diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-06-12 15:57:45 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-06-12 15:57:45 +0200 |
commit | 2ca840b83ddd797f872bd6cc282991ec2b60e3ed (patch) | |
tree | 0b6d4703e7861329111049a85ce88234afc44c81 /target/cris | |
parent | 7109403c1d38cd863782417855775562a6e56b2f (diff) |
update default kernel to 2.6.39
Diffstat (limited to 'target/cris')
-rw-r--r-- | target/cris/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/cris/Makefile b/target/cris/Makefile index 28e33eda5..0ddfb0fcb 100644 --- a/target/cris/Makefile +++ b/target/cris/Makefile @@ -20,6 +20,10 @@ endif kernel-install: tools-compile PATH='${TARGET_PATH}' mkfimage $(KERNEL) $(BUILD_DIR)/$(TARGET_KERNEL) $(MAKE_TRACE) +${BUILD_DIR}/${ROOTFSSQUASHFS}: ${BUILD_DIR}/root.squashfs + cat ${BUILD_DIR}/${TARGET_KERNEL} ${BUILD_DIR}/root.squashfs \ + >${BUILD_DIR}/${ROOTFSSQUASHFS} + ifeq ($(ADK_TARGET_FS),squashfs) imageinstall: kernel-install $(BUILD_DIR)/$(ROOTFSSQUASHFS) dd if=${BUILD_DIR}/${ROOTFSSQUASHFS} of=${BIN_DIR}/${ROOTFSSQUASHFS} \ |