aboutsummaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-01-29 20:07:16 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-01-29 20:07:16 +0000
commita11ad68eeda461cac42e49b35d1487305ba74fd1 (patch)
treef9e1c487007a6ec7ad904597572d0e3cd3a8df70 /nuttx/TODO
parent6c72068d149ec6225f6194ccaf015d51420ff5e8 (diff)
downloadpx4-firmware-a11ad68eeda461cac42e49b35d1487305ba74fd1.tar.gz
px4-firmware-a11ad68eeda461cac42e49b35d1487305ba74fd1.tar.bz2
px4-firmware-a11ad68eeda461cac42e49b35d1487305ba74fd1.zip
Candidate fix for the libboard.a dependency problem (from Mike Smith)
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4346 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 3165a72bf..09b886adc 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -668,6 +668,12 @@ o Build system
Title: DEPENDENCIES IN THE BOARD DIRECTORY
Description: Dependencies do not work correctly under configs/<board>/src
(same as arch/<arch>/src/board).
+ UPDATE: Added the following to each arch/*/src/Makefile:
+
+ PHONY: board/libboard$(LIBEXT)
+
+ However, I have not confirmed that this a full-proof fix in
+ all cases -- still under test (thanks to Mike Smith).
Status: Open
Priority: Medium (maybe higher for z80 target)