Commit 8694cf5a authored by Alessandro Rubini's avatar Alessandro Rubini

kernel: move drivers to new dir; fixed Mkafiles for rtu

parent 8a585ff6
DIRS = wr_minic nic
DIRS = wr_minic nic wr_rtu
# We may "LINUX ?= /usr/src/linux-wrswitch", but it's better to leave it empty
......
obj-m := wr_rtu.o
LINUX ?= ../../../kernel
export ARCH ?= arm
export CROSS_COMPILE ?= $(CROSS_COMPILE_ARM)
all modules:
$(MAKE) -C $(LINUX) SUBDIRS=$(shell /bin/pwd) modules
......
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