]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mpc8xx_pcmcia: move CONFIG_8xx out of .c file and into Makefile
authorMike Frysinger <vapier@gentoo.org>
Fri, 30 Jan 2009 01:02:23 +0000 (20:02 -0500)
committerWolfgang Denk <wd@denx.de>
Tue, 17 Feb 2009 23:51:21 +0000 (00:51 +0100)
commitdaaf74f176b548dfd34a9990231f4189201d57ba
tree43429bbfe6a55285c4a0809e790e885b8267fb31
parent7bd2722e890bc877a3c057d7ccddc80451c99939
mpc8xx_pcmcia: move CONFIG_8xx out of .c file and into Makefile

Move the CONFIG_8xx mpc8xx_pcmcia.c protection out of the C file and
into the Makefile so we avoid pointless compiling of the file.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
drivers/pcmcia/Makefile
drivers/pcmcia/mpc8xx_pcmcia.c