Skip to content

Commit

Permalink
Should now pass github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
zettasticks committed Nov 13, 2023
1 parent 1b795ae commit 9bc81cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion software/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ debug:
#########################################

fw_emul: $(EMUL_HDR) $(EMUL_SRC) libaccel.a
gcc -o $@ $(EMUL_CFLAGS) $(EMUL_INCLUDES) $(EMUL_SRC) -lgcc -lc -lm -ldl libaccel.a -lstdc++
gcc -o $@ $(EMUL_CFLAGS) $(EMUL_INCLUDES) $(filter-out src/iob-versat.c,$(EMUL_SRC)) -lgcc -lc -lm -ldl libaccel.a -lstdc++

build_emul: fw_emul
@echo "build"
Expand Down

0 comments on commit 9bc81cb

Please sign in to comment.