diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-08-23 21:41:25 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-08-23 21:41:25 +0200 |
commit | 2b198ddc02b3231e43ab8fdddef76ff103a0f5a4 (patch) | |
tree | 02cda54987930d677beb7ad60b5bf52cb9d67da9 /target/foxboard/Makefile | |
parent | 54893039866e0978bd6563e2b7361f7736341163 (diff) |
make allmodconfig work for alix1c eglibc
many upstream package updates,
squid, php, asterisk, gnutls, nmap, sqlite, dhcp, git
Diffstat (limited to 'target/foxboard/Makefile')
-rw-r--r-- | target/foxboard/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/foxboard/Makefile b/target/foxboard/Makefile index a72a0b6e1..d688bcd55 100644 --- a/target/foxboard/Makefile +++ b/target/foxboard/Makefile @@ -17,8 +17,7 @@ tools-compile: $(TOOLS_BUILD_DIR) $(INSTALL_BIN) tools/boot_linux $(BIN_DIR)/ kernel-install: tools-compile - PATH='${TARGET_PATH}' \ - mkfimage $(LINUX_DIR)/arch/cris/boot/zImage \ + PATH='${TARGET_PATH}' mkfimage $(LINUX_DIR)/arch/cris/boot/zImage \ $(BIN_DIR)/${DEVICE}-${ARCH}-kernel $(MAKE_TRACE) ifeq ($(FS),squashfs) |