aboutsummaryrefslogtreecommitdiffstats
path: root/frontends/rpc/Makefile.inc
diff options
context:
space:
mode:
authorjiegec <noc@jiegec.ac.cn>2020-03-11 22:08:02 +0800
committerjiegec <noc@jiegec.ac.cn>2020-03-11 22:09:24 +0800
commit7b679eecb334e1f52bdf5878118ba2631835b8b3 (patch)
tree8fedf9639bc9d79f42d67502bf779a962658775e /frontends/rpc/Makefile.inc
parentdd8ebf7873eadab9c6d0fba8c4ed25eb88acbb8f (diff)
downloadyosys-7b679eecb334e1f52bdf5878118ba2631835b8b3.tar.gz
yosys-7b679eecb334e1f52bdf5878118ba2631835b8b3.tar.bz2
yosys-7b679eecb334e1f52bdf5878118ba2631835b8b3.zip
Fix compilation for emcc
Diffstat (limited to 'frontends/rpc/Makefile.inc')
-rw-r--r--frontends/rpc/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontends/rpc/Makefile.inc b/frontends/rpc/Makefile.inc
index 9af505098..7b270b6fe 100644
--- a/frontends/rpc/Makefile.inc
+++ b/frontends/rpc/Makefile.inc
@@ -1,2 +1,3 @@
-
+ifneq ($(CONFIG),emcc)
OBJS += frontends/rpc/rpc_frontend.o
+endif