mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-18 02:04:05 +08:00
a7ed099ffc
There are no conflicting files between the three mach-spear* directories and plat-spear any more, so we can now move all file to a common mach-spear directory. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
23 lines
588 B
Makefile
23 lines
588 B
Makefile
#
|
|
# SPEAr Platform specific Makefile
|
|
#
|
|
|
|
# Common support
|
|
obj-y := restart.o time.o
|
|
|
|
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
|
|
|
|
obj-$(CONFIG_ARCH_SPEAR3XX) += spear3xx.o
|
|
obj-$(CONFIG_ARCH_SPEAR3XX) += pl080.o
|
|
obj-$(CONFIG_MACH_SPEAR300) += spear300.o
|
|
obj-$(CONFIG_MACH_SPEAR310) += spear310.o
|
|
obj-$(CONFIG_MACH_SPEAR320) += spear320.o
|
|
|
|
obj-$(CONFIG_ARCH_SPEAR6XX) += spear6xx.o
|
|
obj-$(CONFIG_ARCH_SPEAR6XX) += pl080.o
|