summaryrefslogtreecommitdiff
path: root/apps/netutils
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-11 06:48:11 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-11 06:48:11 -0600
commite2c67e4e2ffa22cea52bcfd514429431f3d8a67d (patch)
treeef2214976e18280aff2c7e8cbb13598080e7e9bb /apps/netutils
parent306ae83c983ed04e31d22ad6ee119831a284fc9b (diff)
downloadnuttx-e2c67e4e2ffa22cea52bcfd514429431f3d8a67d.tar.gz
nuttx-e2c67e4e2ffa22cea52bcfd514429431f3d8a67d.tar.bz2
nuttx-e2c67e4e2ffa22cea52bcfd514429431f3d8a67d.zip
MAINOBJ needs to be added to object list in many Makefile
Diffstat (limited to 'apps/netutils')
-rw-r--r--apps/netutils/thttpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/netutils/thttpd/Makefile b/apps/netutils/thttpd/Makefile
index 6e337c2c1..27021857c 100644
--- a/apps/netutils/thttpd/Makefile
+++ b/apps/netutils/thttpd/Makefile
@@ -98,7 +98,7 @@ all: $(SUBDIR_BIN) .built
$(AOBJS): %$(OBJEXT): %.S
$(call ASSEMBLE, $<, $@)
-$(COBJS): %$(OBJEXT): %.c
+$(COBJS) $(MAINOBJ): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
ifeq ($(CONFIG_NXFLAT),y)