Makefile 170 B

12345678910
  1. #
  2. # Makefile for the linux kernel.
  3. #
  4. obj-y := core.o
  5. obj-m :=
  6. obj-n :=
  7. obj- :=
  8. obj-$(CONFIG_MACH_GESBC9312) += gesbc9312.o
  9. obj-$(CONFIG_MACH_TS72XX) += ts72xx.o