diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-02-22 19:18:36 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-02-23 20:52:13 -0500 |
commit | 7965b214bfbe0e6b3dc843cd1d639dc2711ff86e (patch) | |
tree | 819b8b9a58baeaa973cb8b51afc3cb31b4a511d1 /arch/arm/Makefile | |
parent | f94327f2cebf3711defd25375df0c380562127ba (diff) |
ARM: SAMSUNG: Eliminate plat-s3c
The plat-s3c directory is now clear, so remove the files in it and
expunge it from the build process.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r-- | arch/arm/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index a2a941d98c25..13c5c2be31ad 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile | |||
@@ -182,10 +182,10 @@ plat-$(CONFIG_PLAT_IOP) := iop | |||
182 | plat-$(CONFIG_PLAT_NOMADIK) := nomadik | 182 | 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 samsung |
186 | plat-$(CONFIG_ARCH_S3C64XX) := s3c samsung | 186 | plat-$(CONFIG_ARCH_S3C64XX) := samsung |
187 | plat-$(CONFIG_PLAT_S5PC1XX) := s5pc1xx s3c samsung | 187 | plat-$(CONFIG_PLAT_S5PC1XX) := s5pc1xx samsung |
188 | plat-$(CONFIG_PLAT_S5P) := s5p samsung s3c | 188 | plat-$(CONFIG_PLAT_S5P) := s5p samsung |
189 | plat-$(CONFIG_ARCH_STMP3XXX) := stmp3xxx | 189 | plat-$(CONFIG_ARCH_STMP3XXX) := stmp3xxx |
190 | 190 | ||
191 | ifeq ($(CONFIG_ARCH_EBSA110),y) | 191 | ifeq ($(CONFIG_ARCH_EBSA110),y) |