diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-02-22 18:26:47 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-02-22 18:26:47 -0500 |
commit | 110d85acd479b80dc11b7fa3abef63285da8ea0c (patch) | |
tree | 7db6d936d8069deb871c3baab87ed02f8dd1186a /arch/arm/Makefile | |
parent | 992426bfe98e71db1ce767fd66f6c68ed18fcc14 (diff) |
ARM: S3C64XX: Eliminate plat-s3c64xx
Now we've move the support out of plat-s3c64xx for everything, eliminate
the platform directory arch/arm/plat-s3c64xx and remove it from the ARM
build configuration.
Note, PLAT_S3C64XX is kept around for the moment until the drivers that
depend on it can be updated, so it is moved to the mach-s3c64xx Kconfig.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r-- | arch/arm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index c1300d88a014..5cda6e7cf86f 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile | |||
@@ -183,7 +183,7 @@ plat-$(CONFIG_PLAT_NOMADIK) := nomadik | |||
183 | plat-$(CONFIG_PLAT_ORION) := orion | 183 | plat-$(CONFIG_PLAT_ORION) := orion |
184 | plat-$(CONFIG_PLAT_PXA) := pxa | 184 | plat-$(CONFIG_PLAT_PXA) := pxa |
185 | plat-$(CONFIG_PLAT_S3C24XX) := s3c24xx s3c samsung | 185 | plat-$(CONFIG_PLAT_S3C24XX) := s3c24xx s3c samsung |
186 | plat-$(CONFIG_ARCH_S3C64XX) := s3c64xx s3c samsung | 186 | plat-$(CONFIG_ARCH_S3C64XX) := s3c samsung |
187 | plat-$(CONFIG_PLAT_S5PC1XX) := s5pc1xx s3c samsung | 187 | plat-$(CONFIG_PLAT_S5PC1XX) := s5pc1xx s3c samsung |
188 | plat-$(CONFIG_PLAT_S5P) := s5p samsung s3c | 188 | plat-$(CONFIG_PLAT_S5P) := s5p samsung s3c |
189 | plat-$(CONFIG_ARCH_STMP3XXX) := stmp3xxx | 189 | plat-$(CONFIG_ARCH_STMP3XXX) := stmp3xxx |