projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c27f496
)
u-boot: don't depend on gcc (not needed and not provided by ext toolchain)
author
Peter Korsgaard
<jacmet@sunsite.dk>
Fri, 13 Jun 2008 13:46:42 +0000
(13:46 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Fri, 13 Jun 2008 13:46:42 +0000
(13:46 -0000)
target/u-boot/Makefile.in
patch
|
blob
|
history
diff --git
a/target/u-boot/Makefile.in
b/target/u-boot/Makefile.in
index fd74d41e03bfbca8e604aca96e88d9cf28dfc370..8e97c7075a9bdcded5beb047335ccd9bb85ca04d 100644
(file)
--- a/
target/u-boot/Makefile.in
+++ b/
target/u-boot/Makefile.in
@@
-135,7
+135,7
@@
$(TARGET_DIR)/usr/sbin/fw_printenv: $(U_BOOT_DIR)/$(U_BOOT_BIN)
$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $@
ln -sf fw_printenv $(TARGET_DIR)/usr/sbin/fw_setenv
-u-boot:
gcc
$(BINARIES_DIR)/$(U_BOOT_BIN) $(U_BOOT_TARGET_TOOLS)
+u-boot: $(BINARIES_DIR)/$(U_BOOT_BIN) $(U_BOOT_TARGET_TOOLS)
u-boot-clean:
-$(MAKE) -C $(U_BOOT_DIR) clean