mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-04 04:46:41 +07:00
e3978dc7df
This patch adds source files for SPEAr13xx Machines. Signed-off-by: Viresh Kumar <viresh.kumar@st.com> Signed-off-by: Deepak Sikri <deepak.sikri@st.com> Signed-off-by: Shiraz Hashim <shiraz.hashim@st.com>
11 lines
259 B
Makefile
11 lines
259 B
Makefile
#
|
|
# Makefile for SPEAr13XX machine series
|
|
#
|
|
|
|
obj-$(CONFIG_SMP) += headsmp.o platsmp.o
|
|
obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o
|
|
|
|
obj-$(CONFIG_ARCH_SPEAR13XX) += spear13xx.o
|
|
obj-$(CONFIG_MACH_SPEAR1310) += spear1310.o
|
|
obj-$(CONFIG_MACH_SPEAR1340) += spear1340.o
|