aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap/Makefile.inc
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2015-02-15 12:09:30 +0100
committerClifford Wolf <clifford@clifford.at>2015-02-15 12:09:30 +0100
commit3216f9420e2f5aed0aa3e38ff89ab616db9b0849 (patch)
tree7a697285a7ff3038a2c51282fe360d6f1d060d68 /passes/techmap/Makefile.inc
parent86819cc9f827b02da8cc44cc14bce7bc81ab5e9b (diff)
downloadyosys-3216f9420e2f5aed0aa3e38ff89ab616db9b0849.tar.gz
yosys-3216f9420e2f5aed0aa3e38ff89ab616db9b0849.tar.bz2
yosys-3216f9420e2f5aed0aa3e38ff89ab616db9b0849.zip
More emscripten stuff, Added example app
Diffstat (limited to 'passes/techmap/Makefile.inc')
-rw-r--r--passes/techmap/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/passes/techmap/Makefile.inc b/passes/techmap/Makefile.inc
index d8a433164..6b6846e20 100644
--- a/passes/techmap/Makefile.inc
+++ b/passes/techmap/Makefile.inc
@@ -24,9 +24,11 @@ passes/techmap/techmap.inc: techlibs/common/techmap.v
passes/techmap/techmap.o: passes/techmap/techmap.inc
+ifneq ($(CONFIG),emcc)
TARGETS += yosys-filterlib$(EXE)
EXTRA_OBJS += passes/techmap/filterlib.o
yosys-filterlib$(EXE): passes/techmap/filterlib.o
$(P) $(CXX) -o yosys-filterlib$(EXE) $(LDFLAGS) $^ $(LDLIBS)
+endif