diff options
Diffstat (limited to 'src/mainboard/embeddedplanet/ep405pc/Config.lb')
-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 |