Makefile 248 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3 4 5
#
# Makefile for arch/m68knommu/platform/68VZ328.
#

obj-y		:= config.o
6
extra-$(DRAGEN2):= screen.h
L
Linus Torvalds 已提交
7 8 9 10

$(obj)/screen.h: $(src)/screen.xbm $(src)/xbm2lcd.pl
	perl $(src)/xbm2lcd.pl < $(src)/screen.xbm > $(obj)/screen.h

11
clean-files := $(obj)/screen.h