diff options
Diffstat (limited to 'linux/Makefile.linux')
-rw-r--r-- | linux/Makefile.linux | 2 |
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) |