summaryrefslogtreecommitdiff
path: root/cesar/projects/plc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/projects/plc/Makefile')
-rw-r--r--cesar/projects/plc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/cesar/projects/plc/Makefile b/cesar/projects/plc/Makefile
index afc5dae556..25ef73ccfb 100644
--- a/cesar/projects/plc/Makefile
+++ b/cesar/projects/plc/Makefile
@@ -8,5 +8,7 @@ TARGET_OPTIMIZE = -Os
TARGET_PROGRAMS = plc
plc_SOURCES = plc.c
plc_MODULES = lib hal mac cl hle interface cp cp/av ce station
+# Add support for Fcalls.
+plc_MODULES += host ce/fcall
include $(BASE)/common/make/top.mk