Commit 06b86aa6 authored by Alessandro Rubini's avatar Alessandro Rubini

Makefile: add -I current dir

parent 45815f85
......@@ -3,7 +3,7 @@ LINUX ?= /lib/modules/$(shell uname -r)/build
ZIO ?= $(HOME)/zio
SPEC_SW ?= $(HOME)/spec-sw/kernel
ccflags-y = -I$(ZIO)/include -I$(SPEC_SW)/kernel
ccflags-y = -I$(ZIO)/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