diff options
author | Wilson Callan <wcallan@savantav.com> | 2007-10-23 14:37:54 +1000 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-23 08:32:07 -0700 |
commit | ada8d218cc951c424e677845a44f72b4ab55a7a7 (patch) | |
tree | 310f4790d4dac532726e49ea151a3f1e13bda595 /arch/m68knommu/Makefile | |
parent | 775ecf871413e72a07c26af7154ca67728e17798 (diff) |
m68knommu: add make support for Savant/Rosie1 board
Add make support for the Savant/Rosie1 board.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/m68knommu/Makefile')
-rw-r--r-- | arch/m68knommu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m68knommu/Makefile b/arch/m68knommu/Makefile index 92227aaaa26..1235f8061d5 100644 --- a/arch/m68knommu/Makefile +++ b/arch/m68knommu/Makefile @@ -48,6 +48,7 @@ board-$(CONFIG_SNEHA) := SNEHA board-$(CONFIG_M5208EVB) := M5208EVB board-$(CONFIG_MOD5272) := MOD5272 board-$(CONFIG_AVNET) := AVNET +board-$(CONFIG_SAVANT) := SAVANT BOARD := $(board-y) model-$(CONFIG_RAMKERNEL) := ram |