projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d34125
)
remove duplicate include statement (fixes a warning)
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 3 Jun 2007 01:37:32 +0000
(
01:37
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 3 Jun 2007 01:37:32 +0000
(
01:37
+0000)
SVN-Revision: 7468
target/linux/etrax-2.6/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/etrax-2.6/Makefile
b/target/linux/etrax-2.6/Makefile
index a2e01fc21e0a97c65636b274178eabbcfa3159d3..ab63ff619f1d3a12648982e6b9b5c1227bc0787a 100644
(file)
--- a/
target/linux/etrax-2.6/Makefile
+++ b/
target/linux/etrax-2.6/Makefile
@@
-31,8
+31,6
@@
define Kernel/Prepare
$(call Kernel/Prepare/Fox)
endef
-include $(INCLUDE_DIR)/prereq.mk
-
$(eval $(call RequireCommand,/usr/local/cris/gcc-cris, \
Please install the binary cris toolchain. \
))