Makefile fixes
This commit is contained in:
7
Makefile
7
Makefile
@ -2,7 +2,7 @@ TOPDIR=.
|
||||
include $(TOPDIR)/Makefile.config
|
||||
|
||||
|
||||
all: dumps user_lib tests
|
||||
all: dumps user_lib instruction_tests
|
||||
#
|
||||
# Main targets
|
||||
#
|
||||
@ -18,8 +18,9 @@ dumps:
|
||||
user_lib:
|
||||
$(MAKE) -C userlib/
|
||||
|
||||
tests: user_lib
|
||||
$(MAKE) tests -C test/riscv_instructions/
|
||||
syscall: user_lib
|
||||
$(MAKE) build -C test/syscall_tests/
|
||||
$(RM) test/syscall_tests/*.o
|
||||
mkdir -p ${TOPDIR}/target/guac/
|
||||
find . -name '*.guac' -exec mv {} ${TOPDIR}/target/guac/ \;
|
||||
|
||||
|
Reference in New Issue
Block a user