aboutsummaryrefslogtreecommitdiff
path: root/apps/examples/pwm
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-11 16:24:40 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-11 16:24:40 +0000
commit24a0389152888e8d55f7b90850b7d0a09df53b2f (patch)
treec1bcb11e95386a92fe51eb6b0e96d6f4a025ca36 /apps/examples/pwm
parenta18d038b814eb0e7abb74ed2ea5a700304919240 (diff)
downloadpx4-firmware-24a0389152888e8d55f7b90850b7d0a09df53b2f.tar.gz
px4-firmware-24a0389152888e8d55f7b90850b7d0a09df53b2f.tar.bz2
px4-firmware-24a0389152888e8d55f7b90850b7d0a09df53b2f.zip
Partial change: Removing bash ARCHIVE loop
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5336 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/pwm')
-rw-r--r--apps/examples/pwm/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/apps/examples/pwm/Makefile b/apps/examples/pwm/Makefile
index efbdb048e..4a01293af 100644
--- a/apps/examples/pwm/Makefile
+++ b/apps/examples/pwm/Makefile
@@ -1,7 +1,7 @@
############################################################################
# apps/examples/pwm/Makefile
#
-# Copyright (C) 2011 Gregory Nutt. All rights reserved.
+# Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
@@ -76,9 +76,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- @( for obj in $(OBJS) ; do \
- $(call ARCHIVE, $(BIN), $${obj}); \
- done ; )
+ $(call ARCHIVE, $@, "$(OBJS)")
@touch .built
.context: