From 1fa928176412b89a0b316833d2226a61f8881927 Mon Sep 17 00:00:00 2001 From: Andy Boyett Date: Sun, 12 Dec 2010 14:52:08 +0000 Subject: [PATCH] utils/triggerhappy: fix path to linux/input.h SVN-Revision: 24515 --- 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.30.2