From 328a0648998cd683782c433b22d09f1c60c6c3fb Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 24 May 2014 10:34:06 +0200 Subject: mips finetuning and fixes --- target/mips/Makefile | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'target/mips') diff --git a/target/mips/Makefile b/target/mips/Makefile index 9779330dd..936501dd6 100644 --- a/target/mips/Makefile +++ b/target/mips/Makefile @@ -66,11 +66,6 @@ endif ifeq ($(ADK_TARGET_FS),usb) targethelp: @echo 'The root tarball is: ${FW_DIR}/${ROOTFSTARBALL}' -ifeq ($(ADK_TARGET_SYSTEM_LEMOTE_YEELONG),y) - @echo "Startup the netbook and type del to enter PMON:" - @echo "PMON> load /dev/fs/ext2@usb0/boot/kernel" - @echo "PMON> g" -endif endif ifeq ($(ADK_TARGET_FS),yaffs) targethelp: @@ -81,20 +76,11 @@ targethelp: endif # image creation and kernel install -ifeq ($(ADK_TARGET_SYSTEM_MIKROTIK_RB532),y) kernel-strip: $(TARGET_CROSS)objcopy $(OSTRIP) -S $(KERNEL) $(BUILD_DIR)/$(TARGET_KERNEL) kernel-install: kernel-strip @cp $(BUILD_DIR)/$(TARGET_KERNEL) $(FW_DIR)/${TARGET_KERNEL} -endif -ifeq ($(ADK_TARGET_QEMU),y) -kernel-strip: - $(TARGET_CROSS)objcopy $(OSTRIP) -S $(KERNEL) $(BUILD_DIR)/$(TARGET_KERNEL) - -kernel-install: kernel-strip - @cp $(BUILD_DIR)/$(TARGET_KERNEL) $(FW_DIR)/${TARGET_KERNEL} -endif # filesystem specific targets ifeq ($(ADK_TARGET_FS),archive) -- cgit v1.2.3