]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
m68k: drop unused parts of 68VZ328 Makefile
authorPaul Bolle <pebolle@tiscali.nl>
Sun, 19 Aug 2012 17:58:11 +0000 (19:58 +0200)
committerGreg Ungerer <gerg@uclinux.org>
Thu, 27 Sep 2012 13:27:50 +0000 (23:27 +1000)
DRAGEN2 should obviously be CONFIG_DRAGEN2, but the screen.h entry it
triggers only references files that are nowhere to be found in the
current tree. Besides, nothing uses screen.h. So just drop all that.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/platform/68VZ328/Makefile

index a49d75e654899a1adb229fb275290943ad0b3b94..816674164682bb9a794cf26f5222f23136c5c672 100644 (file)
@@ -1,11 +1,5 @@
 #
-# Makefile for arch/m68knommu/platform/68VZ328.
+# Makefile for arch/m68k/platform/68VZ328.
 #
 
 obj-y          := config.o
-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