Fix native Sparc32 compile

git-svn-id: svn://coreboot.org/openbios/openbios-devel@428 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Blue Swirl
2009-01-26 17:09:21 +00:00
parent 78ca85bba5
commit 18f34eca50
2 changed files with 4 additions and 0 deletions

View File

@@ -75,5 +75,6 @@
<option name="CONFIG_DRIVER_FLOPPY" type="boolean" value="true"/> <option name="CONFIG_DRIVER_FLOPPY" type="boolean" value="true"/>
<option name="CONFIG_DEBUG_FLOPPY" type="boolean" value="false"/> <option name="CONFIG_DEBUG_FLOPPY" type="boolean" value="false"/>
<option name="CONFIG_DRIVER_ESCC" type="boolean" value="true"/> <option name="CONFIG_DRIVER_ESCC" type="boolean" value="true"/>
<option name="CONFIG_DRIVER_ESCC_SUN" type="boolean" value="true"/>
</config> </config>

View File

@@ -16,6 +16,9 @@
#ifdef CONFIG_DRIVER_PCI #ifdef CONFIG_DRIVER_PCI
/* drivers/pci.c */ /* drivers/pci.c */
int ob_pci_init(void); int ob_pci_init(void);
#endif
#if defined(CONFIG_DRIVER_PCI) || defined(CONFIG_DRIVER_ESCC)
#ifdef CONFIG_PPC #ifdef CONFIG_PPC
extern int is_apple(void); extern int is_apple(void);
extern int is_oldworld(void); extern int is_oldworld(void);