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