diff options
author | Greg Ungerer <gerg@uclinux.org> | 2009-07-06 12:00:09 +1000 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2010-05-24 13:29:56 +1000 |
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 @@ asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1 -obj-y += config.o gpio.o +obj-y += config.o gpio.o +obj-$(CONFIG_NETtel) += nettel.o +obj-$(CONFIG_CLEOPATRA) += nettel.o |