Skip to content

Commit

Permalink
Makefiles corrected again, I hope it makes a clean build work out of …
Browse files Browse the repository at this point in the history
…the box now.
  • Loading branch information
gideonz committed Dec 4, 2016
1 parent c6b9975 commit d289343
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,18 @@ u2p_tester:
@$(MAKE) -C target/software/nios2_dutboot
@$(MAKE) -C target/fpga/testdut
@$(MAKE) -C target/fpga/testexec
@touch software/nios_dut_bsp/Makefile
@touch software/nios_dut_bsp/public.mk
@touch software/nios_tester_bsp/Makefile
@touch software/nios_tester_bsp/public.mk
@$(MAKE) -C software/nios_dut_bsp
@$(MAKE) -C software/nios_tester_bsp
@$(MAKE) -C target/software/nios2_dut
@$(MAKE) -C target/software/nios2_tester
@$(MAKE) -C target/software/nios2_testloader
@$(MAKE) -C target/software/nios2_testflasher
@$(MAKE) -C target/tester_package force
@$(MAKE) -C target/tester_package force

clean:
@$(MAKE) -C tools clean
Expand Down
10 changes: 5 additions & 5 deletions tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ CC = gcc
@echo $@
@$(CC) $(CFLAGS) $^ -o $(basename $@)

#svf_dump: ../software/application/tester/svf_player.c
# @echo $@
# @$(CC) ../software/application/tester/svf_player.c $(CFLAGS) -DDUMP -o $(basename $@)

# --------------------------------------------------------------------------
# Binaries

Expand Down Expand Up @@ -56,4 +52,8 @@ clean:
@rm -f svf_dump.exe
@rm -f 64tass/64tass
@rm -f 64tass/*.o


svf_dump: ../software/application/tester/svf_player.c
@echo $@
@$(CC) ../software/application/tester/svf_player.c $(CFLAGS) -DDUMP -o $(basename $@)

0 comments on commit d289343

Please sign in to comment.