Makefile 248 B

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