mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-01 13:36:44 +07:00
516607d64d
This patch adds Samsung Mobile S5PC210 Reference Board, UNIVERSAL_C210 board support. Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> [kgene.kim@samsung.com: changed machine name] Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
31 lines
704 B
Makefile
31 lines
704 B
Makefile
# arch/arm/mach-s5pv310/Makefile
|
|
#
|
|
# Copyright (c) 2010 Samsung Electronics Co., Ltd.
|
|
# http://www.samsung.com/
|
|
#
|
|
# Licensed under GPLv2
|
|
|
|
obj-y :=
|
|
obj-m :=
|
|
obj-n :=
|
|
obj- :=
|
|
|
|
# Core support for S5PV310 system
|
|
|
|
obj-$(CONFIG_CPU_S5PV310) += cpu.o init.o clock.o irq-combiner.o
|
|
obj-$(CONFIG_CPU_S5PV310) += setup-i2c0.o time.o
|
|
|
|
obj-$(CONFIG_SMP) += platsmp.o headsmp.o
|
|
obj-$(CONFIG_LOCAL_TIMERS) += localtimer.o
|
|
obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o
|
|
|
|
# machine support
|
|
|
|
obj-$(CONFIG_MACH_SMDKV310) += mach-smdkv310.o
|
|
obj-$(CONFIG_MACH_UNIVERSAL_C210) += mach-universal_c210.o
|
|
|
|
# device support
|
|
|
|
obj-$(CONFIG_S5PV310_SETUP_I2C1) += setup-i2c1.o
|
|
obj-$(CONFIG_S5PV310_SETUP_I2C2) += setup-i2c2.o
|