Commit 147c9b20 authored by Alessandro Rubini's avatar Alessandro Rubini

kernel: accept WR_NIC_CFLAGS from the make command line

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 77fce9db
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 += spec.o
......
......@@ -16,8 +16,6 @@
#include "wr_nic/wr-nic.h"
#include "wr-dio.h"
#define DIO_STAT
#ifdef DIO_STAT
#define wrn_stat 1
#else
......
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