be7f79867e
Use the (almost) same strict CFLAGS in v2 that we use on v3. And fix a few include files and missing prototypes. Also, fix up the Config-abuild.lb files to properly work for cross compiling. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4000 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
5 lines
89 B
C
5 lines
89 B
C
extern struct chip_operations mainboard_ops;
|
|
|
|
struct mainboard_config {
|
|
int nothing;
|
|
};
|