diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-02-23 00:18:36 +0000 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-02-24 01:52:13 +0000 |
commit | 7965b214bfbe0e6b3dc843cd1d639dc2711ff86e (patch) | |
tree | 819b8b9a58baeaa973cb8b51afc3cb31b4a511d1 /arch/arm/plat-s3c/Makefile | |
parent | f94327f2cebf3711defd25375df0c380562127ba (diff) | |
download | blackbird-op-linux-7965b214bfbe0e6b3dc843cd1d639dc2711ff86e.tar.gz blackbird-op-linux-7965b214bfbe0e6b3dc843cd1d639dc2711ff86e.zip |
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/plat-s3c/Makefile')
-rw-r--r-- | arch/arm/plat-s3c/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/arm/plat-s3c/Makefile b/arch/arm/plat-s3c/Makefile deleted file mode 100644 index 867c9cf755a7..000000000000 --- a/arch/arm/plat-s3c/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# arch/arm/plat-s3c/Makefile -# -# Copyright 2008 Simtec Electronics -# -# Licensed under GPLv2 - -obj-y := -obj-m := -obj-n := dummy.o -obj- := - -# Core support for all Samsung SoCs - |