projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add INCLUDE_DIR variable for $(TOPDIR)/include
[openwrt.git]
/
target
/
linux
/
image
/
x86
/
Makefile
diff --git
a/target/linux/image/x86/Makefile
b/target/linux/image/x86/Makefile
index
69f9bf4
..
94d1dad
100644
(file)
--- a/
target/linux/image/x86/Makefile
+++ b/
target/linux/image/x86/Makefile
@@
-1,4
+1,4
@@
-include
..
/image.mk
+include
$(INCLUDE_DIR)
/image.mk
define Image/Build
cp $(KDIR)/root.$(1) $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img
This page took
0.020388 seconds
and
4
git commands to generate.