aboutsummaryrefslogtreecommitdiff
path: root/src/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile b/src/makefile
index 6077824..f433385 100644
--- a/src/makefile
+++ b/src/makefile
@@ -33,6 +33,7 @@ AFLAGS += $(SHARED_FLAGS)
SRCS += $(LOCAL_SRCS)
SRCS += $(if $(STM), $(STM_SRCS), )
+SRCS += $(if $(DESKTOP), $(DESKTOP_SRCS), )
ifeq ($(PLATFORM),stm)
OBJS := $(patsubst %.c,%-stm.o, $(patsubst %.s,%-stm.o, $(SRCS)))