summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-21 13:34:09 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-21 13:34:09 +0000
commit1d1cb9be06ee80a0d3dbcc77561a7d173ff7a659 (patch)
treecdfe988ec4cc479e3e69d3f297b8534ceece2eb3 /nuttx/arch/arm/src
parente4a79c57a116979c2cd74597e7c85d912ec6c10b (diff)
downloadpx4-nuttx-1d1cb9be06ee80a0d3dbcc77561a7d173ff7a659.tar.gz
px4-nuttx-1d1cb9be06ee80a0d3dbcc77561a7d173ff7a659.tar.bz2
px4-nuttx-1d1cb9be06ee80a0d3dbcc77561a7d173ff7a659.zip
Fix NxWM bug: old window being minimized when new window open
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4757 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src')
-rw-r--r--nuttx/arch/arm/src/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/arch/arm/src/Makefile b/nuttx/arch/arm/src/Makefile
index 9f019862a..ef0415375 100644
--- a/nuttx/arch/arm/src/Makefile
+++ b/nuttx/arch/arm/src/Makefile
@@ -121,14 +121,18 @@ endif
sort > $(TOPDIR)/System.map
# This is part of the top-level export target
+# Note that there may not be a head object if layout is handled
+# by the linker configuration.
export_head: board/libboard$(LIBEXT) $(HEAD_OBJ)
+ifneq ($(HEAD_OBJ),)
@if [ -d "$(EXPORT_DIR)/startup" ]; then \
cp -f $(HEAD_OBJ) "$(EXPORT_DIR)/startup"; \
else \
echo "$(EXPORT_DIR)/startup does not exist"; \
exit 1; \
fi
+endif
# Dependencies