From d1143e0418c1cd3cbf447e8f49c57bda0e81d75c Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 29 Jan 2012 20:07:16 +0000 Subject: 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 --- nuttx/arch/avr/src/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'nuttx/arch/avr') diff --git a/nuttx/arch/avr/src/Makefile b/nuttx/arch/avr/src/Makefile index fa66d6dfa..7b297f1c1 100644 --- a/nuttx/arch/avr/src/Makefile +++ b/nuttx/arch/avr/src/Makefile @@ -1,8 +1,8 @@ ############################################################################ # arch/avr/src/Makefile # -# Copyright (C) 2010-2011 Gregory Nutt. All rights reserved. -# Author: Gregory Nutt +# Copyright (C) 2010-2012 Gregory Nutt. All rights reserved. +# Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -96,6 +96,8 @@ VPATH = chip:common:$(ARCH_SUBDIR) all: $(HEAD_OBJ) libarch$(LIBEXT) +.PHONY: board/libboard$(LIBEXT) + $(AOBJS) $(HEAD_OBJ): %$(OBJEXT): %.S $(call ASSEMBLE, $<, $@) -- cgit v1.2.3