From: hauke Date: Fri, 21 Feb 2014 20:38:35 +0000 (+0000) Subject: fxload: fix build X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=5f244f80dbfc980b5cdf034bed6ef789aaf6642b;p=packages.git fxload: fix build should fix broken_package reported by buildbots since Kernel 3.7 headers are located in UAPI directory Signed-off-by: Dirk Neukirchen git-svn-id: svn://svn.openwrt.org/openwrt/packages@39656 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/utils/fxload/Makefile b/utils/fxload/Makefile index f961d521c..93e63c116 100644 --- a/utils/fxload/Makefile +++ b/utils/fxload/Makefile @@ -28,7 +28,7 @@ endef define Build/Compile $(call Build/Compile/Default, \ - CFLAGS="$(TARGET_CFLAGS) -I$(LINUX_DIR)/include" \ + CFLAGS="$(TARGET_CFLAGS) -I$(LINUX_DIR)/$(LINUX_UAPI_DIR)include" \ ) endef