diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/tests/trivial/Makefile | 2 | ||||
-rw-r--r-- | src/gallium/tests/unit/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/tests/trivial/Makefile b/src/gallium/tests/trivial/Makefile index 2b8af1ac06..c6eb7269c8 100644 --- a/src/gallium/tests/trivial/Makefile +++ b/src/gallium/tests/trivial/Makefile @@ -1,6 +1,6 @@ # progs/gallium/simple/Makefile -TOP = ../../.. +TOP = ../../../.. include $(TOP)/configs/current INCLUDES = \ diff --git a/src/gallium/tests/unit/Makefile b/src/gallium/tests/unit/Makefile index f3dbd7695c..9747c80101 100644 --- a/src/gallium/tests/unit/Makefile +++ b/src/gallium/tests/unit/Makefile @@ -1,6 +1,6 @@ # progs/gallium/simple/Makefile -TOP = ../../.. +TOP = ../../../.. include $(TOP)/configs/current INCLUDES = \ |