projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add e1000 driver, remove references to LINUX_2_4_X86
[openwrt.git]
/
target
/
utils
/
Makefile
diff --git
a/target/utils/Makefile
b/target/utils/Makefile
index
f2a92fe
..
8412194
100644
(file)
--- a/
target/utils/Makefile
+++ b/
target/utils/Makefile
@@
-27,6
+27,6
@@
$(UTILS_BUILD_DIR):
mkdir -p $(UTILS_BUILD_DIR)
$(UTILS_BUILD_DIR)/%: src/%.c
mkdir -p $(UTILS_BUILD_DIR)
$(UTILS_BUILD_DIR)/%: src/%.c
- $(CC) -O2 -I $(STAGING_DIR)/include-host -o $@ $(patsubst $(UTILS_BUILD_DIR)/%,src/%.c,$@)
+ $(CC) -O2 -I $(STAGING_DIR)/include-host -
include endian.h -
o $@ $(patsubst $(UTILS_BUILD_DIR)/%,src/%.c,$@)
chmod 755 $@
chmod 755 $@
This page took
0.018258 seconds
and
4
git commands to generate.