diff options
author | Greg Watson <jarrah@users.sourceforge.net> | 2003-07-23 22:20:55 +0000 |
---|---|---|
committer | Greg Watson <jarrah@users.sourceforge.net> | 2003-07-23 22:20:55 +0000 |
commit | 92624c10d18e36120015f42337e3ed17234d0161 (patch) | |
tree | 18a0e633e46b119437d4e546d836f0962186231e /src/mainboard/embeddedplanet/ep405pc | |
parent | 5bed979a9b65f5eb1e4cb0a4fff8bf6fa32f4f77 (diff) |
ep405pc board
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1020 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/embeddedplanet/ep405pc')
-rw-r--r-- | src/mainboard/embeddedplanet/ep405pc/Config.lb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/mainboard/embeddedplanet/ep405pc/Config.lb b/src/mainboard/embeddedplanet/ep405pc/Config.lb new file mode 100644 index 0000000000..9c1065f0b8 --- /dev/null +++ b/src/mainboard/embeddedplanet/ep405pc/Config.lb @@ -0,0 +1,19 @@ +## +## Config file for the Motorola Sandpoint III development system. +## Note that this has only been tested with the Altimus 7410 PMC. +## + +arch ppc end +cpu ppc4xx end + +## +## Include the secondary Configuration files +## +southbridge winbond/w83c553 end + +## +## Build the objects we have code for in this directory. +## + +addaction linuxbios.a "$(CROSS_COMPILE)ranlib linuxbios.a" +makedefine CFLAGS += -g |