Merge tag 'efi_urgent_for_v5.14_rc6' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.git] / arch / arm / mach-s3c / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Copyright 2009 Simtec Electronics
4
5 ccflags-$(CONFIG_ARCH_MULTIPLATFORM) += -I$(srctree)/$(src)/include
6
7 ifdef CONFIG_ARCH_S3C24XX
8 include $(src)/Makefile.s3c24xx
9 endif
10
11 ifdef CONFIG_ARCH_S3C64XX
12 include $(src)/Makefile.s3c64xx
13 endif
14
15 # Objects we always build independent of SoC choice
16
17 obj-y                           += init.o cpu.o
18
19 # ADC
20
21 obj-$(CONFIG_S3C_ADC)   += adc.o
22
23 # devices
24
25 obj-$(CONFIG_SAMSUNG_ATAGS)     += platformdata.o
26
27 obj-$(CONFIG_SAMSUNG_ATAGS)     += devs.o
28 obj-$(CONFIG_SAMSUNG_ATAGS)     += dev-uart.o
29
30 obj-$(CONFIG_GPIO_SAMSUNG)     += gpio-samsung.o
31
32 # PM support
33
34 obj-$(CONFIG_SAMSUNG_PM)        += pm.o pm-common.o
35 obj-$(CONFIG_SAMSUNG_PM_GPIO)   += pm-gpio.o
36
37 obj-$(CONFIG_SAMSUNG_WAKEMASK)  += wakeup-mask.o