diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-01-05 16:16:30 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-01-05 16:16:30 +0000 |
commit | 1250acd942d10fbd4f71534bb2c7b7a062f5565d (patch) | |
tree | 092663ae02533fb372a41eb95bb11470e7668a3b | |
parent | 62ee161f0d44463eafdfb50be5eb8ae11aa73d57 (diff) |
u-boot: unbreak build after r24674
Disable broken autoscript handling so the build atleast completes
-rw-r--r-- | target/u-boot/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/u-boot/Makefile.in b/target/u-boot/Makefile.in index b746768c0..24d5fdf11 100644 --- a/target/u-boot/Makefile.in +++ b/target/u-boot/Makefile.in @@ -199,7 +199,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: $(BINARIES_DIR)/$(U_BOOT_BIN) $(U_BOOT_TOOLS) $(U_BOOT_TARGET_TOOLS) u-boot-autoscript +u-boot: $(BINARIES_DIR)/$(U_BOOT_BIN) $(U_BOOT_TOOLS) $(U_BOOT_TARGET_TOOLS) u-boot-autoscript: $(U_BOOT_AUTOSCRIPT).$(PROJECT) |