]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
drivers/pcmcia: add missing i82365
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Sun, 18 May 2008 17:09:49 +0000 (19:09 +0200)
committerWolfgang Denk <wd@denx.de>
Sun, 18 May 2008 22:40:08 +0000 (00:40 +0200)
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
drivers/pcmcia/Makefile
drivers/pcmcia/i82365.c

index bba1ab8510366de0acfd430bb8e94feb091f7d80..53a485d0d1a600ddf65f342576b208e000abd49b 100644 (file)
@@ -25,6 +25,7 @@ include $(TOPDIR)/config.mk
 
 LIB    := $(obj)libpcmcia.a
 
+COBJS-$(CONFIG_I82365) += i82365.o
 COBJS-y += mpc8xx_pcmcia.o
 COBJS-y += pxa_pcmcia.o
 COBJS-y += rpx_pcmcia.o
index a40fcf41c95b431456c1018f4db33f144f8df376..1e2431e49707c50f685b62a76e694d3e3eedc6fc 100644 (file)
@@ -31,8 +31,6 @@
 
 #include <common.h>
 
-#ifdef CONFIG_I82365
-
 #include <command.h>
 #include <pci.h>
 #include <pcmcia.h>
@@ -1010,5 +1008,3 @@ static void i82365_dump_regions (pci_dev_t dev)
                ide[4], ide[5], ide[6], ide[7]);
 }
 #endif /* DEBUG */
-
-#endif /* CONFIG_I82365 */