summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2015-08-28 20:18:07 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-08-28 20:18:07 +0200
commit1678bdea3c64826dd44cda16d3e20d0e62eda38a (patch)
treedfdde6100eb5379218945f5ffde349e4c9277aea
parentaf75983f02138ebd0c1d59221059913a62a510bf (diff)
unblacklist atl2 driver, which happens to build fine
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 77e2ce649..8e5c5359d 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ BLACKLIST = \
$(SRC)/netx-eth.c $(SRC)/smc911x.c $(wildcard $(SRC)/irda/*) \
$(wildcard $(SRC)/arm/*.c) $(SRC)/bfin_mac.c $(SRC)/s6gmac.c \
$(SRC)/declance.c $(wildcard $(SRC)/ehea/*) $(wildcard $(SRC)/*82596.c) \
- $(wildcard $(SRC)/atlx/*) $(SRC)/xilinx_emaclite.c $(wildcard $(SRC)/ll_temac_*.c) \
+ $(SRC)/atlx/atl1.c $(SRC)/atlx/atlx.c $(SRC)/xilinx_emaclite.c $(wildcard $(SRC)/ll_temac_*.c) \
$(SRC)/davinci_emac.c $(SRC)/pasemi_mac_ethtool.c \
$(wildcard $(SRC)/wireless/*) $(wildcard $(SRC)/wireless/*/*) $(wildcard $(SRC)/wireless/*/*/*) \
$(SRC)/apne.c \