summaryrefslogtreecommitdiffstats
path: root/arch/m68k/platform/68VZ328/Makefile
diff options
context:
space:
mode:
authorGreg Ungerer2012-03-21 05:17:43 +0100
committerGreg Ungerer2012-04-16 07:11:04 +0200
commitacb0c7accde75f75afc70f662d045827d5126839 (patch)
treea74756e992623f9f5dd79de060edd827c37221f2 /arch/m68k/platform/68VZ328/Makefile
parentLinux 3.4-rc3 (diff)
downloadkernel-qcow2-linux-acb0c7accde75f75afc70f662d045827d5126839.tar.gz
kernel-qcow2-linux-acb0c7accde75f75afc70f662d045827d5126839.tar.xz
kernel-qcow2-linux-acb0c7accde75f75afc70f662d045827d5126839.zip
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/68VZ328/Makefile')
-rw-r--r--arch/m68k/platform/68VZ328/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/arch/m68k/platform/68VZ328/Makefile b/arch/m68k/platform/68VZ328/Makefile
index 447ffa0fd7c7..a49d75e65489 100644
--- a/arch/m68k/platform/68VZ328/Makefile
+++ b/arch/m68k/platform/68VZ328/Makefile
@@ -3,14 +3,9 @@
#
obj-y := config.o
-logo-$(UCDIMM) := bootlogo.rh
-logo-$(DRAGEN2) := screen.h
-extra-y := $(logo-y)
-
-$(obj)/bootlogo.rh: $(src)/../68EZ328/bootlogo.h
- perl $(src)/bootlogo.pl < $(src)/../68328/bootlogo.h > $(obj)/bootlogo.rh
+extra-$(DRAGEN2):= screen.h
$(obj)/screen.h: $(src)/screen.xbm $(src)/xbm2lcd.pl
perl $(src)/xbm2lcd.pl < $(src)/screen.xbm > $(obj)/screen.h
-clean-files := $(obj)/screen.h $(obj)/bootlogo.rh
+clean-files := $(obj)/screen.h