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

pxa_pcmcia: Move compile condition to the Makefile

parent c9eff328
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ LIB := $(obj)libpcmcia.a
COBJS-$(CONFIG_I82365) += i82365.o
COBJS-y += mpc8xx_pcmcia.o
COBJS-y += pxa_pcmcia.o
COBJS-$(CONFIG_PXA_PCMCIA) += pxa_pcmcia.o
COBJS-y += rpx_pcmcia.o
COBJS-y += ti_pci1410a.o
COBJS-y += tqm8xx_pcmcia.o
......
#include <common.h>
#include <config.h>
#ifdef CONFIG_PXA_PCMCIA
#include <pcmcia.h>
#include <asm/arch/pxa-regs.h>
#include <asm/io.h>
......@@ -93,5 +91,3 @@ int pcmcia_off (void)
return 0;
}
#endif
#endif /* CONFIG_PXA_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