aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite/common/local.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sim/testsuite/common/local.mk')
-rw-r--r--sim/testsuite/common/local.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/testsuite/common/local.mk b/sim/testsuite/common/local.mk
index 38ffb0b..4db7981 100644
--- a/sim/testsuite/common/local.mk
+++ b/sim/testsuite/common/local.mk
@@ -29,7 +29,8 @@ check_PROGRAMS += $(TESTS)
%C%_CPPFLAGS = \
-I$(srcdir)/common \
- -I$(srcroot)/include
+ -I$(srcroot)/include \
+ -I../bfd
# These tests are build-time only tools. Override the default rules for them.
%D%/%.o: %D%/%.c