summaryrefslogtreecommitdiff
path: root/arch/m68k/platform/68EZ328/Makefile
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@uclinux.org>2012-03-21 14:17:43 +1000
committerGreg Ungerer <gerg@uclinux.org>2012-04-16 15:11:04 +1000
commitacb0c7accde75f75afc70f662d045827d5126839 (patch)
treea74756e992623f9f5dd79de060edd827c37221f2 /arch/m68k/platform/68EZ328/Makefile
parente816b57a337ea3b755de72bec38c10c864f23015 (diff)
m68knommu: remove the unused bootlogo.h processing for 68EZ328 and 68VZ328
The 68EZ328 and 68VZ328 platforms currently try to process their bootlogo.h to make it clean to include in asm files. This is no longer used, the bootlogo.h file is now included only in C code, so remove all the processing code in the 68EZ328 and 68VZ328 Makefiles. Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68k/platform/68EZ328/Makefile')
-rw-r--r--arch/m68k/platform/68EZ328/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/m68k/platform/68EZ328/Makefile b/arch/m68k/platform/68EZ328/Makefile
index ee97735a242c..b44d799b1115 100644
--- a/arch/m68k/platform/68EZ328/Makefile
+++ b/arch/m68k/platform/68EZ328/Makefile
@@ -3,9 +3,3 @@
#
obj-y := config.o
-
-extra-y := bootlogo.rh
-
-$(obj)/bootlogo.rh: $(src)/bootlogo.h
- perl $(src)/../68328/bootlogo.pl < $(src)/bootlogo.h \
- > $(obj)/bootlogo.rh