From fdc526e875090915228594c122de65a1e54cb5c9 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 28 Nov 2013 17:47:03 -0600 Subject: Changes for ZDS-II ez80 build --- nuttx/mm/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nuttx/mm/Makefile') diff --git a/nuttx/mm/Makefile b/nuttx/mm/Makefile index efde7a79c..ccc1bfc43 100644 --- a/nuttx/mm/Makefile +++ b/nuttx/mm/Makefile @@ -84,9 +84,11 @@ all: $(BIN) $(AOBJS): $(BINDIR)$(DELIM)%$(OBJEXT): %.S $(call ASSEMBLE, $<, $@) + $(call MOVEOBJ,$(patsubst $(BINDIR)$(DELIM)%$(OBJEXT),%,$@),$(BINDIR)) $(COBJS): $(BINDIR)$(DELIM)%$(OBJEXT): %.c $(call COMPILE, $<, $@) + $(call MOVEOBJ,$(patsubst $(BINDIR)$(DELIM)%$(OBJEXT),%,$@),$(BINDIR)) # Memory manager for the flat build -- cgit v1.2.3