]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - arch/arm/plat-s3c/Makefile
[ARM] S3C: Add new GPIO configuration calls
[mirror_ubuntu-bionic-kernel.git] / arch / arm / plat-s3c / Makefile
1 # arch/arm/plat-s3c/Makefile
2 #
3 # Copyright 2008 Simtec Electronics
4 #
5 # Licensed under GPLv2
6
7 obj-y :=
8 obj-m :=
9 obj-n :=
10 obj- :=
11
12 # Core support for all Samsung SoCs
13
14 obj-y += init.o
15 obj-y += time.o
16 obj-y += clock.o
17 obj-y += pwm-clock.o
18 obj-y += gpio.o
19 obj-y += gpio-config.o
20
21 # devices
22
23 obj-$(CONFIG_S3C_DEV_HSMMC) += dev-hsmmc.o