diff options
author | Greg Ungerer | 2007-07-25 14:07:20 +0200 |
---|---|---|
committer | Linus Torvalds | 2007-07-25 20:05:01 +0200 |
commit | 33e7a72a9c7ebb822d419a07840c3546513feff0 (patch) | |
tree | 0f5b8835ac091e070ca24e18f619b466127a049b /arch | |
parent | m68knommu: need to include linux/device.h in dma.c (diff) | |
download | kernel-qcow2-linux-33e7a72a9c7ebb822d419a07840c3546513feff0.tar.gz kernel-qcow2-linux-33e7a72a9c7ebb822d419a07840c3546513feff0.tar.xz kernel-qcow2-linux-33e7a72a9c7ebb822d419a07840c3546513feff0.zip |
m68knommu: add build support for more Arcturus boards
Add build support for the new Arcturus boards.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/m68knommu/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/m68knommu/Makefile b/arch/m68knommu/Makefile index 8951793fd8d4..1305cc980023 100644 --- a/arch/m68knommu/Makefile +++ b/arch/m68knommu/Makefile @@ -26,6 +26,8 @@ platform-$(CONFIG_M5407) := 5407 PLATFORM := $(platform-y) board-$(CONFIG_PILOT) := pilot +board-$(CONFIG_UC5272) := UC5272 +board-$(CONFIG_UC5282) := UC5282 board-$(CONFIG_UCSIMM) := ucsimm board-$(CONFIG_UCDIMM) := ucdimm board-$(CONFIG_UCQUICC) := uCquicc |