From 16743b89fb33af958ad7336e9ebf9a700a53c978 Mon Sep 17 00:00:00 2001 From: Greg Watson Date: Thu, 17 Jul 2003 22:11:58 +0000 Subject: new config format git-svn-id: svn://svn.coreboot.org/coreboot/trunk@977 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/motorola/sandpoint/Config.lb | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'src/mainboard') diff --git a/src/mainboard/motorola/sandpoint/Config.lb b/src/mainboard/motorola/sandpoint/Config.lb index dec1ea77f0..f5e6c17a50 100644 --- a/src/mainboard/motorola/sandpoint/Config.lb +++ b/src/mainboard/motorola/sandpoint/Config.lb @@ -2,6 +2,32 @@ ## Config file for the Motorola Sandpoint III development system. ## Note that this has only been tested with the Altimus 7410 PMC. ## +uses CONFIG_SANDPOINT_ALTIMUS +uses CONFIG_SANDPOINT_TALUS +uses CONFIG_SANDPOINT_UNITY +uses CONFIG_SANDPOINT_VALIS +uses CONFIG_SANDPOINT_GYRUS + +arch ppc end + +if CONFIG_SANDPOINT_ALTIMUS + pmc altimus/mpc7410 end +# pmc altimus/mpc7400 end +# pmc altimus/mpc75x end +end +if CONFIG_SANDPOINT_TALUS + pmc talus/mpc74x end + pmc talus/mpc603 end +end +if CONFIG_SANDPOINT_UNITY + pmc unity/mpc824x end +end +if CONFIG_SANDPOINT_VALIS + pmc valis/mpc745x end +end +if CONFIG_SANDPOINT_GYRUS + pmc gyrus/mpc744x end +end ## ## Include the secondary Configuration files @@ -19,3 +45,6 @@ object sandpoint.o dir nvram dir flash + +addaction linuxbios.a "$(CROSS_COMPILE)ranlib linuxbios.a" +makedefine CFLAGS += -g -- cgit v1.2.3