summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/arch/cris/boot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/arch/cris/boot/Makefile')
-rw-r--r--ANDROID_3.4.5/arch/cris/boot/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/ANDROID_3.4.5/arch/cris/boot/Makefile b/ANDROID_3.4.5/arch/cris/boot/Makefile
deleted file mode 100644
index 6e3b509f..00000000
--- a/ANDROID_3.4.5/arch/cris/boot/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-#
-# arch/cris/boot/Makefile
-#
-
-objcopyflags-$(CONFIG_ETRAX_ARCH_V10) += -R .note -R .comment
-objcopyflags-$(CONFIG_ETRAX_ARCH_V32) += --remove-section=.bss --remove-section=.note.gnu.build-id
-
-OBJCOPYFLAGS = -O binary $(objcopyflags-y)
-
-
-subdir- := compressed rescue
-targets := Image
-
-$(obj)/Image: vmlinux FORCE
- $(call if_changed,objcopy)
- @echo ' Kernel: $@ is ready'
-
-$(obj)/compressed/vmlinux: $(obj)/Image FORCE
- $(Q)$(MAKE) $(build)=$(obj)/compressed $@
- $(Q)$(MAKE) $(build)=$(obj)/rescue $(obj)/rescue/rescue.bin
-
-$(obj)/zImage: $(obj)/compressed/vmlinux
- @cp $< $@
- @echo ' Kernel: $@ is ready'