summaryrefslogtreecommitdiff
path: root/apps/examples/udp/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-11 07:08:48 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-11 07:09:37 -0600
commit465abbbbf23f4975bbadec85b3f9c924bab60a6e (patch)
tree3107b8f1eac2ce9656dfc7a5e18ddd7cc8db4289 /apps/examples/udp/Makefile
parent9ef6e629e9677c8c78512b76a19b277aa529bb4d (diff)
downloadnuttx-465abbbbf23f4975bbadec85b3f9c924bab60a6e.tar.gz
nuttx-465abbbbf23f4975bbadec85b3f9c924bab60a6e.tar.bz2
nuttx-465abbbbf23f4975bbadec85b3f9c924bab60a6e.zip
More updated makefiles
Diffstat (limited to 'apps/examples/udp/Makefile')
-rw-r--r--apps/examples/udp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/udp/Makefile b/apps/examples/udp/Makefile
index 7d0426026..91e34ba73 100644
--- a/apps/examples/udp/Makefile
+++ b/apps/examples/udp/Makefile
@@ -107,7 +107,7 @@ all: .built
$(TARG_AOBJS): %$(OBJEXT): %.S
$(call ASSEMBLE, $<, $@)
-$(TARG_COBJS): %$(OBJEXT): %.c
+$(TARG_COBJS) $(TARG_MAINOBJ): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
$(TARG_BIN): $(TARG_OBJS) $(HOST_BIN)