Message ID | 20180406142618.2176877-1-arnd@arndb.de |
---|---|
State | New |
Headers | show |
Series | ARM: sa1100/nanoengine: fix pcmcia Makefile | expand |
diff --git a/drivers/pcmcia/Makefile b/drivers/pcmcia/Makefile index a45e98540dc3..28502bd159e0 100644 --- a/drivers/pcmcia/Makefile +++ b/drivers/pcmcia/Makefile @@ -46,7 +46,6 @@ sa1100_cs-y += sa1100_generic.o sa1100_cs-$(CONFIG_SA1100_COLLIE) += pxa2xx_sharpsl.o sa1100_cs-$(CONFIG_SA1100_H3100) += sa1100_h3600.o sa1100_cs-$(CONFIG_SA1100_H3600) += sa1100_h3600.o -sa1100_cs-$(CONFIG_SA1100_NANOENGINE) += sa1100_nanoengine.o sa1100_cs-$(CONFIG_SA1100_SIMPAD) += sa1100_simpad.o pxa2xx_cm_x2xx_cs-y += pxa2xx_cm_x2xx.o pxa2xx_cm_x255.o pxa2xx_cm_x270.o
The pcmcia driver got removed, but the Makefile entry for it remained, leading to a build failure: make[4]: *** No rule to make target 'drivers/pcmcia/sa1100_nanoengine.o', needed by 'drivers/pcmcia/built-in.a'. This removes the now obsolete line. Fixes: 5662b07aac49 ("ARM: sa1100/nanoengine: convert to generic CF sockets") Signed-off-by: Arnd Bergmann <arnd@arndb.de> --- drivers/pcmcia/Makefile | 1 - 1 file changed, 1 deletion(-) -- 2.9.0