summaryrefslogtreecommitdiff
path: root/nuttx/arch/sh/src
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-29 20:07:16 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-29 20:07:16 +0000
commitd1143e0418c1cd3cbf447e8f49c57bda0e81d75c (patch)
treef9e1c487007a6ec7ad904597572d0e3cd3a8df70 /nuttx/arch/sh/src
parent851f6386a381fa4d783255a0ab3a9034c304c675 (diff)
downloadpx4-nuttx-d1143e0418c1cd3cbf447e8f49c57bda0e81d75c.tar.gz
px4-nuttx-d1143e0418c1cd3cbf447e8f49c57bda0e81d75c.tar.bz2
px4-nuttx-d1143e0418c1cd3cbf447e8f49c57bda0e81d75c.zip
Candidate fix for the libboard.a dependency problem (from Mike Smith)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4346 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/sh/src')
-rw-r--r--nuttx/arch/sh/src/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/nuttx/arch/sh/src/Makefile b/nuttx/arch/sh/src/Makefile
index fdf6cc852..a9683fe08 100644
--- a/nuttx/arch/sh/src/Makefile
+++ b/nuttx/arch/sh/src/Makefile
@@ -1,8 +1,8 @@
############################################################################
# arch/sh/src/Makefile
#
-# Copyright (C) 2008, 2011 Gregory Nutt. All rights reserved.
-# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+# Copyright (C) 2008, 2011-2012 Gregory Nutt. All rights reserved.
+# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
@@ -65,6 +65,8 @@ VPATH = chip:common
all: $(HEAD_OBJ) libarch$(LIBEXT)
+.PHONY: board/libboard$(LIBEXT)
+
$(AOBJS) $(HEAD_OBJ): %$(OBJEXT): %.S
$(call ASSEMBLE, $<, $@)