aboutsummaryrefslogtreecommitdiff
path: root/nuttx/mm/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-09-11 21:39:39 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-09-11 21:39:39 +0000
commit7bb74973bd7a1839c12ddf2b1d9221007f31ebc6 (patch)
treec5d73a8df2e0ca85da53ba8ab344f19e34466663 /nuttx/mm/Makefile
parent594b34a3564056f8f003ee9a19aa5837bcb1a4d4 (diff)
downloadpx4-firmware-7bb74973bd7a1839c12ddf2b1d9221007f31ebc6.tar.gz
px4-firmware-7bb74973bd7a1839c12ddf2b1d9221007f31ebc6.tar.bz2
px4-firmware-7bb74973bd7a1839c12ddf2b1d9221007f31ebc6.zip
Fixes for granule allocator
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5131 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/mm/Makefile')
-rw-r--r--nuttx/mm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/mm/Makefile b/nuttx/mm/Makefile
index ef168f0db..0cd28b23d 100644
--- a/nuttx/mm/Makefile
+++ b/nuttx/mm/Makefile
@@ -41,7 +41,7 @@ CSRCS = mm_initialize.c mm_sem.c mm_addfreechunk.c mm_size2ndx.c mm_shrinkchunk
mm_memalign.c mm_free.c mm_mallinfo.c
ifeq ($(CONFIG_GRAN),y)
-CSRCS = mm_graninit.c mm_granalloc.c mm_granfree.c
+CSRCS += mm_graninit.c mm_granalloc.c mm_granfree.c
endif
AOBJS = $(ASRCS:.S=$(OBJEXT))