projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60ef592
)
utils/triggerhappy: fix path to linux/input.h
author
Andy Boyett
<agb@openwrt.org>
Sun, 12 Dec 2010 14:52:08 +0000
(14:52 +0000)
committer
Andy Boyett
<agb@openwrt.org>
Sun, 12 Dec 2010 14:52:08 +0000
(14:52 +0000)
SVN-Revision: 24515
utils/triggerhappy/Makefile
patch
|
blob
|
history
diff --git
a/utils/triggerhappy/Makefile
b/utils/triggerhappy/Makefile
index a0bde02574c4f25299afad88dc94f375d35425c3..b9569fd114706a7e1783756373c319a17b3c6920 100644
(file)
--- a/
utils/triggerhappy/Makefile
+++ b/
utils/triggerhappy/Makefile
@@
-32,7
+32,7
@@
define Package/triggerhappy/description
endef
MAKE_FLAGS += \
- LINUX_INPUT_H=$(TOOLCHAIN_DIR)/include/linux/input.h \
+ LINUX_INPUT_H=$(TOOLCHAIN_DIR)/
usr/
include/linux/input.h \
$(TARGET_CONFIGURE_OPTS) \
$(1)