1# 2# Makefile for arch/m68knommu/platform/68VZ328. 3# 4 5obj-y := config.o 6extra-$(DRAGEN2):= screen.h 7 8$(obj)/screen.h: $(src)/screen.xbm $(src)/xbm2lcd.pl 9 perl $(src)/xbm2lcd.pl < $(src)/screen.xbm > $(obj)/screen.h 10 11clean-files := $(obj)/screen.h 12