summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-03 21:41:21 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-03 21:41:21 +0000
commitd9ac685b16bf68a3b66996ea43d6d345159f2208 (patch)
tree4c1ffc2b9aa07404a1a858178966ca21e064b37c /nuttx/configs
parent02903ff65120721bd80ac60925c04a984f3cb7ca (diff)
downloadpx4-nuttx-d9ac685b16bf68a3b66996ea43d6d345159f2208.tar.gz
px4-nuttx-d9ac685b16bf68a3b66996ea43d6d345159f2208.tar.bz2
px4-nuttx-d9ac685b16bf68a3b66996ea43d6d345159f2208.zip
Two fixes from Mike Smith: (1) use -m install of --mode in install commands, (2) fix typo in stm32_exti.h introduced with the STM32 F3 port
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5701 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/us7032evb1/shterm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/us7032evb1/shterm/Makefile b/nuttx/configs/us7032evb1/shterm/Makefile
index 7eba21db0..67787148b 100644
--- a/nuttx/configs/us7032evb1/shterm/Makefile
+++ b/nuttx/configs/us7032evb1/shterm/Makefile
@@ -44,7 +44,7 @@ $(BIN)$(EXEEXT): $(SRC)
$(HOSTCC) $(HOSTCFLAGS) $^ -o $@
..$(DELIM)bin$(DELIM)$(BIN)$(EXEEXT): $(BIN)$(EXEEXT)
- install --mode 0755 $^ $@
+ install -m 0755 $^ $@
clean:
$(call DELFILE, $(BIN)$(EXEEXT))