From: agb Date: Sun, 12 Dec 2010 14:52:08 +0000 (+0000) Subject: [packages] utils/triggerhappy: fix path to linux/input.h X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=fd912e252a0c94c4e7d6ddb7d9e3d4c7ba3946d6;p=packages.git [packages] utils/triggerhappy: fix path to linux/input.h git-svn-id: svn://svn.openwrt.org/openwrt/packages@24515 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/utils/triggerhappy/Makefile b/utils/triggerhappy/Makefile index a0bde0257..b9569fd11 100644 --- 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)