Makefile 373 B

123456789101112131415161718192021
  1. # arch/arm/mach-s5pc100/Makefile
  2. #
  3. # Copyright 2009 Samsung Electronics Co.
  4. #
  5. # Licensed under GPLv2
  6. obj-y :=
  7. obj-m :=
  8. obj-n :=
  9. obj- :=
  10. # Core support for S5PC100 system
  11. obj-$(CONFIG_CPU_S5PC100) += cpu.o
  12. # Helper and device support
  13. obj-$(CONFIG_S5PC100_SETUP_SDHCI) += setup-sdhci.o
  14. # machine support
  15. obj-$(CONFIG_MACH_SMDKC100) += mach-smdkc100.o