summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--linux/Makefile.linux2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Makefile.linux b/linux/Makefile.linux
index ce6861e6..734beca1 100644
--- a/linux/Makefile.linux
+++ b/linux/Makefile.linux
@@ -209,7 +209,7 @@ endif
# Make sure that the shared source files are linked into this directory.
-SHAREDDIR := ../../../shared/drm/kernel
+SHAREDDIR := ../shared
HASSHARED := $(shell if [ -d $(SHAREDDIR) ]; then echo y; fi)