diff options
author | Greg Ungerer <gerg@uclinux.org> | 2011-03-06 23:20:19 +1000 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2011-03-15 21:01:55 +1000 |
commit | 7badfabb3fcee4fc4a0fd7c0437706b91fef3fff (patch) | |
tree | ecbf84372982840e9942f2f10c05e30fc99a69f6 /arch/m68knommu/platform/54xx/Makefile | |
parent | d4852a34e46679f0a36b7c8803eace2b9002cddc (diff) | |
download | linux-rt-7badfabb3fcee4fc4a0fd7c0437706b91fef3fff.tar.gz |
m68knommu: add basic support for the ColdFire based FireBee board
The FireBee is a ColdFire 5475 based board. Add a configuration option
to support it, and the basic platform flash layout code.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68knommu/platform/54xx/Makefile')
-rw-r--r-- | arch/m68knommu/platform/54xx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m68knommu/platform/54xx/Makefile b/arch/m68knommu/platform/54xx/Makefile index e6035e7a2d3f..6cfd090ec3cd 100644 --- a/arch/m68knommu/platform/54xx/Makefile +++ b/arch/m68knommu/platform/54xx/Makefile @@ -15,4 +15,5 @@ asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1 obj-y := config.o +obj-$(CONFIG_FIREBEE) += firebee.o |