diff options
author | Mike Frysinger <michael.frysinger@analog.com> | 2007-11-22 09:07:03 +0100 |
---|---|---|
committer | Bryan Wu <bryan.wu@analog.com> | 2007-11-22 09:07:03 +0100 |
commit | 137b1529da492baa654c702ecb60bb950eccb98d (patch) | |
tree | e51b79cb23e428eba0e3168b920ec623721886fa /arch/blackfin/mach-bf527/boards/Makefile | |
parent | Blackfin arch: fix double fault definition for BF561 core A and core B (diff) | |
download | linux-137b1529da492baa654c702ecb60bb950eccb98d.tar.xz linux-137b1529da492baa654c702ecb60bb950eccb98d.zip |
Blackfin arch: sharing the board-specific MAC function does not make sense so move it into board-specific files
Signed-off-by: Mike Frysinger <michael.frysinger@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to 'arch/blackfin/mach-bf527/boards/Makefile')
-rw-r--r-- | arch/blackfin/mach-bf527/boards/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/blackfin/mach-bf527/boards/Makefile b/arch/blackfin/mach-bf527/boards/Makefile index 8c75ed5987b1..7277d35ef111 100644 --- a/arch/blackfin/mach-bf527/boards/Makefile +++ b/arch/blackfin/mach-bf527/boards/Makefile @@ -2,5 +2,4 @@ # arch/blackfin/mach-bf527/boards/Makefile # -obj-y += eth_mac.o obj-$(CONFIG_BFIN527_EZKIT) += ezkit.o |