Skip to content

Commit

Permalink
m68k: drop unused parts of 68VZ328 Makefile
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Bolle authored and Greg Ungerer committed Sep 27, 2012
1 parent 979570e commit 0c0e6db
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions arch/m68k/platform/68VZ328/Makefile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0c0e6db

Please sign in to comment.