Makefile fixes
authorClifford Wolf <clifford@clifford.at>
Sun, 17 Aug 2014 00:24:53 +0000 (02:24 +0200)
committerClifford Wolf <clifford@clifford.at>
Sun, 17 Aug 2014 00:24:53 +0000 (02:24 +0200)
Makefile

index cf176fde52d84e704d45679ef3a3cb7282cc372f..4d86a8c91265343861d2b07da617182a3ab263a0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -80,7 +80,7 @@ LDLIBS += -l$(TCL_VERSION)
 endif
 
 ifeq ($(ENABLE_GPROF),1)
-CXXFLAGS += -pg -fno-inline
+CXXFLAGS += -pg
 LDFLAGS += -pg
 endif
 
@@ -150,6 +150,7 @@ OBJS += passes/cmds/select.o
 OBJS += passes/cmds/show.o
 OBJS += passes/cmds/stat.o
 OBJS += passes/cmds/cover.o
+OBJS += passes/cmds/design.o
 
 include passes/proc/Makefile.inc
 include passes/opt/Makefile.inc
@@ -159,6 +160,8 @@ include passes/abc/Makefile.inc
 include backends/verilog/Makefile.inc
 include backends/ilang/Makefile.inc
 
+include techlibs/common/Makefile.inc
+
 endif
 
 top-all: $(TARGETS) $(EXTRA_TARGETS)