Makefile 444 B

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