summaryrefslogtreecommitdiff
path: root/apps/examples/cpuhog/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/cpuhog/Makefile')
-rw-r--r--apps/examples/cpuhog/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/examples/cpuhog/Makefile b/apps/examples/cpuhog/Makefile
index 468013334..5ae7f8df1 100644
--- a/apps/examples/cpuhog/Makefile
+++ b/apps/examples/cpuhog/Makefile
@@ -40,7 +40,8 @@ include $(APPDIR)/Make.defs
# do nothing loop to use up cpu time
ASRCS =
-CSRCS = cpuhog_main.c
+CSRCS =
+MAINSRC = cpuhog_main.c
AOBJS = $(ASRCS:.S=$(OBJEXT))
COBJS = $(CSRCS:.c=$(OBJEXT))