2 # Makefile for arch/m68knommu/platform/68VZ328.
6 logo-$(UCDIMM) := bootlogo.rh
7 logo-$(DRAGEN2) := screen.h
10 $(obj)/bootlogo.rh: $(src)/../68EZ328/bootlogo.h
11 perl $(src)/bootlogo.pl < $(src)/../68328/bootlogo.h > $(obj)/bootlogo.rh
13 $(obj)/screen.h: $(src)/screen.xbm $(src)/xbm2lcd.pl
14 perl $(src)/xbm2lcd.pl < $(src)/screen.xbm > $(obj)/screen.h
16 clean-files := $(obj)/screen.h $(obj)/bootlogo.rh