Skip to content
Snippets Groups Projects
Commit 37973c3f authored by dam1n19's avatar dam1n19
Browse files

Fix software compilation

parent bff24932
No related branches found
No related tags found
No related merge requests found
......@@ -169,7 +169,7 @@ compile_all_code: bootrom debugtester
echo Removing old image.hex ;\
rm -f image.hex ;\
$(MAKE) testcode TESTNAME=$$thistest;\
if [ -e $(SIM_DIR)/$$thistest/image.hex ] ; then \
if [ -e $(SIM_TOP_DIR)/$$thistest/image.hex ] ; then \
echo OK - image.hex created for test $$thistest ;\
else \
echo ERROR - image.hex NOT created for test $$thistest ;\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment