diff options
author | Michael Hennerich <michael.hennerich@analog.com> | 2008-05-31 09:35:40 +0200 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2008-05-31 09:35:40 +0200 |
commit | b06dcee9c8d24ef903dc0d192af22b8e179eef4b (patch) | |
tree | aa1351157e2b7d3747d4bf0200d1c146ddd16f5d /arch/blackfin/mach-bf537/boards/Makefile | |
parent | Blackfin arch: Fix bug - set corret SSEL and IRQ to enable AD7877 on BF527 (diff) | |
download | linux-b06dcee9c8d24ef903dc0d192af22b8e179eef4b.tar.xz linux-b06dcee9c8d24ef903dc0d192af22b8e179eef4b.zip |
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-bf537/boards/Makefile')
-rw-r--r-- | arch/blackfin/mach-bf537/boards/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/mach-bf537/boards/Makefile b/arch/blackfin/mach-bf537/boards/Makefile index 87e450f29e37..c94f7a5b8211 100644 --- a/arch/blackfin/mach-bf537/boards/Makefile +++ b/arch/blackfin/mach-bf537/boards/Makefile @@ -3,7 +3,7 @@ # obj-$(CONFIG_GENERIC_BF537_BOARD) += generic_board.o -obj-$(CONFIG_BFIN537_STAMP) += stamp.o led.o +obj-$(CONFIG_BFIN537_STAMP) += stamp.o obj-$(CONFIG_BFIN537_BLUETECHNIX_CM) += cm_bf537.o obj-$(CONFIG_PNAV10) += pnav10.o obj-$(CONFIG_CAMSIG_MINOTAUR) += minotaur.o |