Commit bc4c3611 authored by Alessandro Rubini's avatar Alessandro Rubini

Makefile: use CONFIG_WR_NIC=n for ./spec-sw

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent e5e3efbf
......@@ -10,6 +10,10 @@ all clean modules install modules_install: gitmodules
all modules: prereq
# a hack, to prevent compiling wr-nic.ko, which won't work on older kernels
CONFIG_WR_NIC=n
export CONFIG_WR_NIC
#### The following targets are used to manage prerequisite repositories
gitmodules:
@test -d fmc-bus/doc || echo "Checking out submodules"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment