diff options
author | Heiko Stuebner <heiko@sntech.de> | 2012-03-07 04:47:11 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-03-07 04:47:11 -0500 |
commit | ec2cc753f47bfb4ce3584eb8cd9119340617bf12 (patch) | |
tree | 5419b4255c07996e6ea6ed52f6fd7a85758daf92 /arch/arm/mach-s3c24xx/Makefile | |
parent | 9072dc983fb1743b711791a63ddfe5a7a52ef361 (diff) |
ARM: S3C24XX: Consolidate Simtec extensions
The Simtec extension didn't follow a specific naming scheme for files
and config options until now. This distributed the files throughout
the whole mach-s3c24xx directory.
This patch fixes the naming of files and option names and also creates
a simtec.h header instead of using many one-liners.
As the plat/audio-simtec.h only contains the platform-data struct now,
it can also move to include/sound in a later patch.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c24xx/Makefile')
-rw-r--r-- | arch/arm/mach-s3c24xx/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/arm/mach-s3c24xx/Makefile b/arch/arm/mach-s3c24xx/Makefile index fedbdb8f473e..2843c81aa4f7 100644 --- a/arch/arm/mach-s3c24xx/Makefile +++ b/arch/arm/mach-s3c24xx/Makefile | |||
@@ -44,7 +44,7 @@ obj-$(CONFIG_S3C2443_COMMON) += common-s3c2443.o | |||
44 | # | 44 | # |
45 | 45 | ||
46 | obj-$(CONFIG_MACH_AML_M5900) += mach-amlm5900.o | 46 | obj-$(CONFIG_MACH_AML_M5900) += mach-amlm5900.o |
47 | obj-$(CONFIG_ARCH_BAST) += mach-bast.o usb-simtec.o | 47 | obj-$(CONFIG_ARCH_BAST) += mach-bast.o |
48 | obj-$(CONFIG_BAST_PC104_IRQ) += bast-irq.o | 48 | obj-$(CONFIG_BAST_PC104_IRQ) += bast-irq.o |
49 | obj-$(CONFIG_ARCH_H1940) += mach-h1940.o | 49 | obj-$(CONFIG_ARCH_H1940) += mach-h1940.o |
50 | obj-$(CONFIG_H1940BT) += h1940-bluetooth.o | 50 | obj-$(CONFIG_H1940BT) += h1940-bluetooth.o |
@@ -54,7 +54,7 @@ obj-$(CONFIG_MACH_OTOM) += mach-otom.o | |||
54 | obj-$(CONFIG_MACH_QT2410) += mach-qt2410.o | 54 | obj-$(CONFIG_MACH_QT2410) += mach-qt2410.o |
55 | obj-$(CONFIG_ARCH_SMDK2410) += mach-smdk2410.o | 55 | obj-$(CONFIG_ARCH_SMDK2410) += mach-smdk2410.o |
56 | obj-$(CONFIG_MACH_TCT_HAMMER) += mach-tct_hammer.o | 56 | obj-$(CONFIG_MACH_TCT_HAMMER) += mach-tct_hammer.o |
57 | obj-$(CONFIG_MACH_VR1000) += mach-vr1000.o usb-simtec.o | 57 | obj-$(CONFIG_MACH_VR1000) += mach-vr1000.o |
58 | 58 | ||
59 | obj-$(CONFIG_MACH_JIVE) += mach-jive.o | 59 | obj-$(CONFIG_MACH_JIVE) += mach-jive.o |
60 | obj-$(CONFIG_MACH_SMDK2413) += mach-smdk2413.o | 60 | obj-$(CONFIG_MACH_SMDK2413) += mach-smdk2413.o |
@@ -78,9 +78,10 @@ obj-$(CONFIG_MACH_SMDK2443) += mach-smdk2443.o | |||
78 | # common bits of machine support | 78 | # common bits of machine support |
79 | 79 | ||
80 | obj-$(CONFIG_S3C24XX_SMDK) += common-smdk.o | 80 | obj-$(CONFIG_S3C24XX_SMDK) += common-smdk.o |
81 | obj-$(CONFIG_SIMTEC_NOR) += nor-simtec.o | ||
82 | obj-$(CONFIG_S3C24XX_SIMTEC_AUDIO) += simtec-audio.o | 81 | obj-$(CONFIG_S3C24XX_SIMTEC_AUDIO) += simtec-audio.o |
82 | obj-$(CONFIG_S3C24XX_SIMTEC_NOR) += simtec-nor.o | ||
83 | obj-$(CONFIG_S3C24XX_SIMTEC_PM) += simtec-pm.o | 83 | obj-$(CONFIG_S3C24XX_SIMTEC_PM) += simtec-pm.o |
84 | obj-$(CONFIG_S3C24XX_SIMTEC_USB) += simtec-usb.o | ||
84 | 85 | ||
85 | # machine additions | 86 | # machine additions |
86 | 87 | ||