summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2019-11-03 20:54:05 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2019-11-03 20:54:05 +0100
commitb5854e014cde3503ae1aae237156557384113ed7 (patch)
tree136629ceb7735305fd9822f2009b03400c650dbf
parent1678bdea3c64826dd44cda16d3e20d0e62eda38a (diff)
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
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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 \
\