Skip to content
Snippets Groups Projects
Commit 147c9b20 authored by Alessandro Rubini's avatar Alessandro Rubini
Browse files

kernel: accept WR_NIC_CFLAGS from the make command line


Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
parent 77fce9db
Branches
Tags
No related merge requests found
LINUX ?= /lib/modules/$(shell uname -r)/build LINUX ?= /lib/modules/$(shell uname -r)/build
ccflags-y = -I$M/include ccflags-y += -I$M/include
ccflags-y += $(WR_NIC_CFLAGS)
obj-m = fmc.o obj-m = fmc.o
obj-m += spec.o obj-m += spec.o
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
#include "wr_nic/wr-nic.h" #include "wr_nic/wr-nic.h"
#include "wr-dio.h" #include "wr-dio.h"
#define DIO_STAT
#ifdef DIO_STAT #ifdef DIO_STAT
#define wrn_stat 1 #define wrn_stat 1
#else #else
......
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