From fd912e252a0c94c4e7d6ddb7d9e3d4c7ba3946d6 Mon Sep 17 00:00:00 2001 From: agb Date: Sun, 12 Dec 2010 14:52:08 +0000 Subject: [PATCH] [packages] utils/triggerhappy: fix path to linux/input.h git-svn-id: svn://svn.openwrt.org/openwrt/packages@24515 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/triggerhappy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.11.0