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

the current dir is $(obj) while compiling

parent df87594b
Branches
Tags
No related merge requests found
......@@ -4,8 +4,7 @@
LINUX ?= $(HOME)/linux-for-wbonesim
# temporarily, use local <linux/wishbone.h>
export WISHBONE_DIR ?= $(shell /bin/pwd)
EXTRA_CFLAGS := -I$(WISHBONE_DIR)/include
EXTRA_CFLAGS := -I$(obj)/include
obj-m = wishbone.o fakedac.o fakeadc.o fake_wb_bus.o
......
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