cc0e72b87a
This patch adds the Kconfig and Makefile for the new S5PV310 SoC. It also updates arch/arm Kconfig, Makefile and arch/arm/mm/Kconfig to include support for the new S5PV310. Signed-off-by: Changhwan Youn <chaos.youn@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
21 lines
461 B
Makefile
21 lines
461 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
|