kernel build cleanup

SVN-Revision: 6464
This commit is contained in:
Felix Fietkau
2007-03-02 17:24:20 +00:00
parent 983544f859
commit 91e5dba2c7
4 changed files with 5 additions and 7 deletions

View File

@@ -61,8 +61,10 @@ ifneq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),y)
tar -zcf $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-rootfs.tgz --owner=root --group=root -C $(BUILD_DIR)/root/ .
endef
endif
else
define Image/BuildKernel
cp $(KDIR)/vmlinux.elf $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-vmlinux.elf
endef
endif