Skip to content
Snippets Groups Projects
Commit dfd3be88 authored by Jean-Christophe PLAGNIOL-VILLARD's avatar Jean-Christophe PLAGNIOL-VILLARD Committed by Wolfgang Denk
Browse files

pcmcia/ti_pci1410a: Move compile condition to the Makefile

parent 72d5d5f7
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ COBJS-$(CONFIG_I82365) += i82365.o ...@@ -29,7 +29,7 @@ COBJS-$(CONFIG_I82365) += i82365.o
COBJS-y += mpc8xx_pcmcia.o COBJS-y += mpc8xx_pcmcia.o
COBJS-$(CONFIG_PXA_PCMCIA) += pxa_pcmcia.o COBJS-$(CONFIG_PXA_PCMCIA) += pxa_pcmcia.o
COBJS-y += rpx_pcmcia.o COBJS-y += rpx_pcmcia.o
COBJS-y += ti_pci1410a.o COBJS-$(CONFIG_IDE_TI_CARDBUS) += ti_pci1410a.o
COBJS-y += tqm8xx_pcmcia.o COBJS-y += tqm8xx_pcmcia.o
COBJS-$(CONFIG_MARUBUN_PCCARD) += marubun_pcmcia.o COBJS-$(CONFIG_MARUBUN_PCCARD) += marubun_pcmcia.o
......
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
#include <pcmcia.h> #include <pcmcia.h>
#if defined(CONFIG_CMD_PCMCIA) && defined(CONFIG_IDE_TI_CARDBUS) #if defined(CONFIG_CMD_PCMCIA)
int pcmcia_on(int ide_base_bus); int pcmcia_on(int ide_base_bus);
...@@ -662,4 +662,4 @@ static int identify(volatile uchar *p) ...@@ -662,4 +662,4 @@ static int identify(volatile uchar *p)
return 0; /* don't know */ return 0; /* don't know */
} }
#endif /* CONFIG_IDE_TI_CARDBUS */ #endif /* CONFIG_CMD_PCMCIA */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment