projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac14ac4
)
fxload: fix build
author
Hauke Mehrtens
<hauke@hauke-m.de>
Fri, 21 Feb 2014 20:38:35 +0000
(20:38 +0000)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Fri, 21 Feb 2014 20:38:35 +0000
(20:38 +0000)
should fix broken_package reported by buildbots
since Kernel 3.7 headers are located in UAPI directory
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 39656
utils/fxload/Makefile
patch
|
blob
|
history
diff --git
a/utils/fxload/Makefile
b/utils/fxload/Makefile
index f961d521c9982c7725efbf36528b1a61ca29917a..93e63c1166bec73d88393f8b4580c6e451cd2dfd 100644
(file)
--- 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