/Ethereal-msm8939-beta9/arch/m68k/platform/68360/Makefile

https://bitbucket.org/MilosStamenkovic95/etherealos · Makefile · 12 lines · 6 code · 3 blank · 3 comment · 0 complexity · 3447b53732c17470513b55ee07bdbb40 MD5 · raw file

  1. #
  2. # Makefile for arch/m68knommu/platform/68360.
  3. #
  4. model-y := ram
  5. model-$(CONFIG_ROMKERNEL) := rom
  6. obj-y := config.o commproc.o entry.o ints.o
  7. extra-y := head.o
  8. $(obj)/head.o: $(obj)/head-$(model-y).o
  9. ln -sf head-$(model-y).o $(obj)/head.o