Root/triggersad/patches/001-input.patch

1diff -ur triggerhappy-0.1.3.orig/Makefile triggerhappy-0.1.3/Makefile
2--- triggerhappy-0.1.3.orig/Makefile 2010-11-18 11:42:08.402150170 +0300
3+++ triggerhappy-0.1.3/Makefile 2010-11-18 12:09:55.033025473 +0300
4@@ -23,7 +23,7 @@
5         --release="" \
6         $< > $@
7 
8-evtable_%.h: /usr/include/linux/input.h
9+evtable_%.h: $(TOOLCHAIN_DIR)/usr/include/linux/input.h
10     awk '/^#define $*_/ && $$2 !~ /_(MAX|CNT|VERSION)$$/ {print "EV_MAP("$$2"),"}' $< > $@
11 
12 clean:
13

Archive Download this file



interactive