aboutsummaryrefslogtreecommitdiffstats
path: root/frontends/rpc/Makefile.inc
diff options
context:
space:
mode:
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