mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-03 04:36:51 +07:00
a21765a70e
The following patch and script moves the arch/arm/mach-s3c2410 directory into arch/arm/plat-s3c24xx for the generic core code and inti arch/arm/mach-s3c{cpu} for the cpu/machine support files Include directory include/asm-arm/plat-s3c24xx is added for the core include files. Signed-off-by: Ben Dooks <ben-linux@fluff.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
31 lines
838 B
Makefile
31 lines
838 B
Makefile
# arch/arm/mach-s3c2410/Makefile
|
|
#
|
|
# Copyright 2007 Simtec Electronics
|
|
#
|
|
# Licensed under GPLv2
|
|
|
|
obj-y :=
|
|
obj-m :=
|
|
obj-n :=
|
|
obj- :=
|
|
|
|
obj-$(CONFIG_CPU_S3C2410) += s3c2410.o
|
|
obj-$(CONFIG_CPU_S3C2410) += irq.o
|
|
obj-$(CONFIG_CPU_S3C2410_DMA) += dma.o
|
|
obj-$(CONFIG_CPU_S3C2410_DMA) += dma.o
|
|
obj-$(CONFIG_S3C2410_PM) += pm.o sleep.o
|
|
obj-$(CONFIG_S3C2410_GPIO) += gpio.o
|
|
obj-$(CONFIG_S3C2410_CLOCK) += clock.o
|
|
|
|
# Machine support
|
|
|
|
obj-$(CONFIG_ARCH_SMDK2410) += mach-smdk2410.o
|
|
obj-$(CONFIG_ARCH_H1940) += mach-h1940.o
|
|
obj-$(CONFIG_PM_H1940) += pm-h1940.o
|
|
obj-$(CONFIG_MACH_N30) += mach-n30.o
|
|
obj-$(CONFIG_ARCH_BAST) += mach-bast.o usb-simtec.o
|
|
obj-$(CONFIG_MACH_OTOM) += mach-otom.o
|
|
obj-$(CONFIG_MACH_AML_M5900) += mach-amlm5900.o
|
|
obj-$(CONFIG_BAST_PC104_IRQ) += bast-irq.o
|
|
obj-$(CONFIG_MACH_VR1000) += mach-vr1000.o usb-simtec.o
|