mm: make wait_on_page_writeback() wait for multiple pending writebacks
[linux/fpc-iii.git] / arch / arm / mach-s3c / Makefile
blob54188d10ab2e494f156ae47a74cead4ac3c12b00
1 # SPDX-License-Identifier: GPL-2.0
3 # Copyright 2009 Simtec Electronics
5 ccflags-$(CONFIG_ARCH_MULTIPLATFORM) += -I$(srctree)/$(src)/include
7 ifdef CONFIG_ARCH_S3C24XX
8 include $(src)/Makefile.s3c24xx
9 endif
11 ifdef CONFIG_ARCH_S3C64XX
12 include $(src)/Makefile.s3c64xx
13 endif
15 # Objects we always build independent of SoC choice
17 obj-y += init.o cpu.o
19 # ADC
21 obj-$(CONFIG_S3C_ADC) += adc.o
23 # devices
25 obj-$(CONFIG_SAMSUNG_ATAGS) += platformdata.o
27 obj-$(CONFIG_SAMSUNG_ATAGS) += devs.o
28 obj-$(CONFIG_SAMSUNG_ATAGS) += dev-uart.o
30 obj-$(CONFIG_GPIO_SAMSUNG) += gpio-samsung.o
32 # PM support
34 obj-$(CONFIG_SAMSUNG_PM) += pm.o pm-common.o
35 obj-$(CONFIG_SAMSUNG_PM_GPIO) += pm-gpio.o
37 obj-$(CONFIG_SAMSUNG_WAKEMASK) += wakeup-mask.o