diff options
author | Michael Hennerich <michael.hennerich@analog.com> | 2008-05-31 15:35:40 +0800 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2008-05-31 15:35:40 +0800 |
commit | b06dcee9c8d24ef903dc0d192af22b8e179eef4b (patch) | |
tree | aa1351157e2b7d3747d4bf0200d1c146ddd16f5d /arch/blackfin/mach-bf548/boards/Makefile | |
parent | 2eb74ae20e65e71c2d5bf7b8ad7d0ac5d5acf55f (diff) | |
download | kernel_samsung_smdk4412-b06dcee9c8d24ef903dc0d192af22b8e179eef4b.zip kernel_samsung_smdk4412-b06dcee9c8d24ef903dc0d192af22b8e179eef4b.tar.gz kernel_samsung_smdk4412-b06dcee9c8d24ef903dc0d192af22b8e179eef4b.tar.bz2 |
Blackfin arch: Remove bad and usless code
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin/mach-bf548/boards/Makefile')
-rw-r--r-- | arch/blackfin/mach-bf548/boards/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/mach-bf548/boards/Makefile b/arch/blackfin/mach-bf548/boards/Makefile index eed161d..319ef54 100644 --- a/arch/blackfin/mach-bf548/boards/Makefile +++ b/arch/blackfin/mach-bf548/boards/Makefile @@ -2,5 +2,5 @@ # arch/blackfin/mach-bf548/boards/Makefile # -obj-$(CONFIG_BFIN548_EZKIT) += ezkit.o led.o +obj-$(CONFIG_BFIN548_EZKIT) += ezkit.o obj-$(CONFIG_BFIN548_BLUETECHNIX_CM) += cm_bf548.o |