Makefile 426 B

123456789101112131415161718192021222324
  1. # arch/arm/plat-s5p/Makefile
  2. #
  3. # Copyright (c) 2009 Samsung Electronics Co., Ltd.
  4. # http://www.samsung.com/
  5. #
  6. # Licensed under GPLv2
  7. obj-y :=
  8. obj-m :=
  9. obj-n := dummy.o
  10. obj- :=
  11. # Core files
  12. obj-y += dev-uart.o
  13. obj-y += cpu.o
  14. obj-y += clock.o
  15. obj-y += irq.o
  16. obj-y += setup-i2c0.o
  17. # CPU support
  18. obj-$(CONFIG_CPU_S5P6440_INIT) += s5p6440-init.o
  19. obj-$(CONFIG_CPU_S5P6440_CLOCK) += s5p6440-clock.o