summaryrefslogtreecommitdiff
path: root/apps/examples/watchdog/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/watchdog/Makefile')
-rw-r--r--apps/examples/watchdog/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/examples/watchdog/Makefile b/apps/examples/watchdog/Makefile
index 97ebdb8fc..1d6a7c853 100644
--- a/apps/examples/watchdog/Makefile
+++ b/apps/examples/watchdog/Makefile
@@ -48,6 +48,10 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) $(MAINSRC)
OBJS = $(AOBJS) $(COBJS)
+ifneq ($(CONFIG_BUILD_KERNEL),y)
+ OBJS += $(MAINOBJ)
+endif
+
ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = ..\..\libapps$(LIBEXT)
else