diff options
author | Greg Ungerer <gerg@uclinux.org> | 2009-07-05 22:00:09 -0400 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2010-05-23 23:29:56 -0400 |
commit | fa6667fe0f2966dca5464a91ca11b39fa46d74b8 (patch) | |
tree | 04bfa4ad545d498eafcf45e37b98e84687efa05d /arch/m68knommu/platform/5307/Makefile | |
parent | 4a1479b6ec268d527b842878da59712620dca78c (diff) |
m68knommu: add smc91x support for ColdFire NETtel boards
The ColdFire based NETtel boards use the SMC9196 ethernet devices.
Switch to using a platform setup for these parts using the smc91x driver.
The init code is taken strait out of arch/m68k/include/asm/mcfsmc.h,
just cleaned up a bit.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68knommu/platform/5307/Makefile')
-rw-r--r-- | arch/m68knommu/platform/5307/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/m68knommu/platform/5307/Makefile b/arch/m68knommu/platform/5307/Makefile index 667db659845..6de52697682 100644 --- a/arch/m68knommu/platform/5307/Makefile +++ b/arch/m68knommu/platform/5307/Makefile | |||
@@ -14,5 +14,7 @@ | |||
14 | 14 | ||
15 | asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1 | 15 | asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1 |
16 | 16 | ||
17 | obj-y += config.o gpio.o | 17 | obj-y += config.o gpio.o |
18 | obj-$(CONFIG_NETtel) += nettel.o | ||
19 | obj-$(CONFIG_CLEOPATRA) += nettel.o | ||
18 | 20 | ||