diff options
Diffstat (limited to 'tests/Makefile.common')
-rw-r--r-- | tests/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.common b/tests/Makefile.common index 9cc79d7a6f..e51d2530a2 100644 --- a/tests/Makefile.common +++ b/tests/Makefile.common @@ -36,7 +36,7 @@ TEST_INCLUDES += -I$(testsrc)/include/mocks -I$(testsrc)/include TEST_INCLUDES += -I$(src) -I$(src)/include -I$(src)/commonlib/include \ -I$(src)/commonlib/bsd/include -I$(src)/arch/x86/include \ - -I$(VBOOT_SOURCE)/firmware/include + -I$(top)/3rdparty/vboot/firmware/include # Path for Kconfig autoheader TEST_INCLUDES += -I$(dir $(TEST_KCONFIG_AUTOHEADER)) |