Makefile 264 B

12345678910111213141516171819
  1. # arch/arm/plat-s3c/Makefile
  2. #
  3. # Copyright 2008 Simtec Electronics
  4. #
  5. # Licensed under GPLv2
  6. obj-y :=
  7. obj-m :=
  8. obj-n :=
  9. obj- :=
  10. # Core support for all Samsung SoCs
  11. obj-y += init.o
  12. obj-y += time.o
  13. # DMA support
  14. obj-$(CONFIG_S3C_DMA) += dma.o