[packages] utils/triggerhappy: fix path to linux/input.h
authorAndy Boyett <agb@openwrt.org>
Sun, 12 Dec 2010 14:52:08 +0000 (14:52 +0000)
committerAndy Boyett <agb@openwrt.org>
Sun, 12 Dec 2010 14:52:08 +0000 (14:52 +0000)
SVN-Revision: 24515

utils/triggerhappy/Makefile

index a0bde02574c4f25299afad88dc94f375d35425c3..b9569fd114706a7e1783756373c319a17b3c6920 100644 (file)
@@ -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)