Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
RCoeurjoly committed Apr 12, 2024
1 parent e45820a commit 539c65f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -782,6 +782,8 @@ $(PROGRAM_PREFIX)yosys-config: misc/yosys-config.in

ABC_SOURCES := $(wildcard $(YOSYS_SRC)/abc/*)


# This is a relative path, that is, we would like to build abc in $ROOT/abc/abc if compiling from root or $ROOT/build/abc/abc if compiling from $ROOT/build
abc/abc$(EXE) abc/libabc.a: $(ABC_SOURCES)
$(P)
$(Q) $(MAKE) -C $(YOSYS_SRC)/abc $(S) $(ABCMKARGS) $(if $(filter %.a,$@),PROG="abc",PROG="abc$(EXE)") MSG_PREFIX="$(eval P_OFFSET = 5)$(call P_SHOW)$(eval P_OFFSET = 10) ABC: " $(if $(filter %.a,$@),libabc.a)
Expand Down

0 comments on commit 539c65f

Please sign in to comment.