Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
2 | # Makefile for arch/m68knommu/platform/68VZ328. | ||||
3 | # | ||||
4 | |||||
5 | obj-y := config.o | ||||
Greg Ungerer | acb0c7a | 2012-03-21 14:17:43 +1000 | [diff] [blame] | 6 | extra-$(DRAGEN2):= screen.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | |
8 | $(obj)/screen.h: $(src)/screen.xbm $(src)/xbm2lcd.pl | ||||
9 | perl $(src)/xbm2lcd.pl < $(src)/screen.xbm > $(obj)/screen.h | ||||
10 | |||||
Greg Ungerer | acb0c7a | 2012-03-21 14:17:43 +1000 | [diff] [blame] | 11 | clean-files := $(obj)/screen.h |