From b5854e014cde3503ae1aae237156557384113ed7 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 3 Nov 2019 20:54:05 +0100 Subject: Disable atp driver It does not properly request I/O resources (thus crashes in atp_init), and we don't want it any way: it drivers board connected through the parallel port. * Makefile (BLACKLIST): Add $(SRC)/atp.c --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 8e5c5359d..1ed284764 100644 --- a/Makefile +++ b/Makefile @@ -99,6 +99,7 @@ BLACKLIST = \ $(SRC)/tun.c \ $(SRC)/slip.c $(SRC)/netconsole.c \ $(SRC)/veth.c $(SRC)/virtio_net.c \ + $(SRC)/atp.c \ \ These are missing some symbols \ \ -- cgit v1.2.3