From 79b51ff8205f0354d5300570614c1d2db499679c Mon Sep 17 00:00:00 2001 From: Shinya Kuribayashi Date: Sat, 7 Jun 2008 20:51:59 +0900 Subject: [MIPS] cpu/mips/Makefile: Split [CS]OBJS onto separate lines Also get rid of some #ifdefs in *.c files. Signed-off-by: Shinya Kuribayashi --- cpu/mips/au1x00_usb_ohci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpu/mips/au1x00_usb_ohci.c') diff --git a/cpu/mips/au1x00_usb_ohci.c b/cpu/mips/au1x00_usb_ohci.c index e03b125..1ca8aaf 100644 --- a/cpu/mips/au1x00_usb_ohci.c +++ b/cpu/mips/au1x00_usb_ohci.c @@ -35,7 +35,7 @@ #include -#if defined(CONFIG_SOC_AU1X00) && defined(CONFIG_USB_OHCI) +#ifdef CONFIG_USB_OHCI /* #include no PCI on the AU1x00 */ -- cgit v1.1