diff options
author | Greg Ungerer <gerg@snapgear.com> | 2007-07-25 12:07:20 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-25 18:05:01 (GMT) |
commit | 33e7a72a9c7ebb822d419a07840c3546513feff0 (patch) | |
tree | 0f5b8835ac091e070ca24e18f619b466127a049b | |
parent | 85e026bc0d9c9962de5ad65e3be40733f0f8d99c (diff) | |
download | linux-33e7a72a9c7ebb822d419a07840c3546513feff0.tar.xz |
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>
-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 8951793..1305cc9 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 |