1 # SPDX-License-Identifier: GPL-2.0 2 # 3 # Copyright 2009 Simtec Electronics 4 5 include $(src)/Makefile.s3c64xx 6 7 # Objects we always build independent of SoC choice 8 9 obj-y += init.o cpu.o 10 11 # devices 12 13 obj-$(CONFIG_SAMSUNG_ATAGS) += platformdata.o 14 obj-$(CONFIG_SAMSUNG_ATAGS) += devs.o 15 obj-$(CONFIG_SAMSUNG_ATAGS) += dev-uart.o 16 17 obj-$(CONFIG_GPIO_SAMSUNG) += gpio-samsung.o 18 19 # PM support 20 21 obj-$(CONFIG_SAMSUNG_PM) += pm.o pm-common.o 22 obj-$(CONFIG_SAMSUNG_PM_GPIO) += pm-gpio.o 23 obj-$(CONFIG_SAMSUNG_WAKEMASK) += wakeup-mask.o
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.