summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 44874ca..791a60a 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ avirt_core-y += configfs.o
ifeq ($(CONFIG_AVIRT_BUILDLOCAL),)
CCFLAGS_AVIRT := "drivers/staging/"
else
- CCFLAGS_AVIRT := "$(PWD)/../"
+ CCFLAGS_AVIRT := "$(PWD)"
endif
ccflags-y += -I${CCFLAGS_AVIRT}