lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Fri,  6 Apr 2018 16:26:00 +0200
From:   Arnd Bergmann <arnd@...db.de>
To:     Russell King <rmk+kernel@...linux.org.uk>
Cc:     Arnd Bergmann <arnd@...db.de>,
        Dominik Brodowski <linux@...inikbrodowski.net>,
        linux-kernel@...r.kernel.org
Subject: [PATCH] ARM: sa1100/nanoengine: fix pcmcia Makefile

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@...db.de>
---
 drivers/pcmcia/Makefile | 1 -
 1 file changed, 1 deletion(-)

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
-- 
2.9.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ