summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2012-04-09 02:44:15 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2012-04-09 02:45:41 +0000
commitdc477fb91304390aeb0ca01481ea21a6340bd8e5 (patch)
treecef156b5e471adae3b7bd2a209b8bdc256243198
parent5738c56633308889b4af02938e072aabe45a5ae7 (diff)
Drop dumb pci-skeleton driver
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3458892b8..74bd23b8b 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,10 @@ VERSION=2.6.29.6
SRC=linux-$(VERSION)/drivers/net
+# TODO: should take driver order from Linux
BLACKLIST = \
+ This is a dumb driver \
+ $(SRC)/pci-skeleton.c \
These dont build at all \
\
$(SRC)/netx-eth.c $(SRC)/smc911x.c $(wildcard $(SRC)/irda/*) \