aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/motorola
diff options
context:
space:
mode:
authorGreg Watson <jarrah@users.sourceforge.net>2003-07-17 22:11:58 +0000
committerGreg Watson <jarrah@users.sourceforge.net>2003-07-17 22:11:58 +0000
commit16743b89fb33af958ad7336e9ebf9a700a53c978 (patch)
treecc55d960282886615590930787860a7d90458a8b /src/mainboard/motorola
parent375505f5ccd178e4ec60a006067de3d88607ef70 (diff)
new config format
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@977 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/motorola')
-rw-r--r--src/mainboard/motorola/sandpoint/Config.lb29
1 files changed, 29 insertions, 0 deletions
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