From 6ff9837501d34c1c8f87ded1fb05fe95987dba2d Mon Sep 17 00:00:00 2001 From: Henry Cook Date: Fri, 31 Jan 2014 16:00:49 -0800 Subject: Minor Makefile improvements --- mt/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mt') diff --git a/mt/Makefile b/mt/Makefile index 21f75f9..455f066 100755 --- a/mt/Makefile +++ b/mt/Makefile @@ -93,14 +93,14 @@ RISCV_GCC_OPTS = -std=gnu99 -T common/test.ld -O3 -nostdlib -nostartfiles -funro RISCV_LINK = riscv-gcc -T $(common)/test.ld RISCV_LINK_MT = riscv-gcc -T $(common)/test-mt.ld RISCV_LINK_OPTS = -lc -RISCV_LINK_SYSCALL = $(common)/syscalls.c -lc +RISCV_LINK_SYSCALL = -I$(bmarkdir)/../env $(common)/syscalls.c -lc RISCV_OBJDUMP = riscv-objdump --disassemble-all --disassemble-zeroes --section=.text --section=.text.startup --section=.data RISCV_SIM = spike -p2 VPATH += $(addprefix $(bmarkdir)/, $(bmarks)) VPATH += $(common) -incs += -I. -I$(common) $(addprefix -I$(bmarkdir)/, $(bmarks)) +incs += -I. -I$(bmarkdir)/../env -I$(common) $(addprefix -I$(bmarkdir)/, $(bmarks)) objs := #include $(patsubst %, $(bmarkdir)/%/bmark.mk, $(bmarks)) -- cgit v1.1