Commit e28c93fe authored by Federico Vaga's avatar Federico Vaga

Makefile: separate FMC_BUS from SPEC_SW

Signed-off-by: 's avatarFederico Vaga <federico.vaga@gmail.com>
parent 97949bb1
......@@ -2,10 +2,11 @@
LINUX ?= /lib/modules/$(shell uname -r)/build
ZIO ?= $(HOME)/zio
SPEC_SW ?= $(HOME)/spec-sw
FMC_BUS ?= $(HOME)/fmc-bus
KBUILD_EXTRA_SYMBOLS := $(ZIO)/Module.symvers $(SPEC_SW)/kernel/Module.symvers
ccflags-y = -I$(ZIO)/include -I$(SPEC_SW)/fmc-bus/kernel/include -I$(SPEC_SW)/kernel -I$M
ccflags-y = -I$(ZIO)/include -I$(FMC_BUS)/kernel/include -I$(SPEC_SW)/kernel -I$M
ccflags-y += -DDEBUG # temporary
......
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