1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-01 17:52:12 +01:00
2011-11-02 13:20:39 -05:00

9 lines
180 B
Makefile

#
# Rules to add the MSHeap allocator to a PiOS target
#
MSHEAP_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
SRC += $(wildcard $(MSHEAP_DIR)/*.c)
EXTRAINCDIRS += $(MSHEAP_DIR)