aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2012-08-19 19:58:11 +0200
committerGreg Ungerer <gerg@uclinux.org>2012-09-27 23:27:50 +1000
commit0c0e6db8068393400f5c0ccbb0d22bf14b56a7ca (patch)
treeafcd539879d35ec8798ed74e1d5069113bba5a39 /arch/m68k
parentLinux 3.6-rc7 (diff)
downloadlinux-dev-0c0e6db8068393400f5c0ccbb0d22bf14b56a7ca.tar.xz
linux-dev-0c0e6db8068393400f5c0ccbb0d22bf14b56a7ca.zip
m68k: drop unused parts of 68VZ328 Makefile
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>
Diffstat (limited to 'arch/m68k')
-rw-r--r--arch/m68k/platform/68VZ328/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/arch/m68k/platform/68VZ328/Makefile b/arch/m68k/platform/68VZ328/Makefile
index a49d75e65489..816674164682 100644
--- a/arch/m68k/platform/68VZ328/Makefile
+++ b/arch/m68k/platform/68VZ328/Makefile
@@ -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