1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-19 04:52:12 +01:00

9 lines
179 B
Makefile
Raw Normal View History

2011-11-02 13:20:39 -05:00
#
# Rules to add the MSHeap allocator to a PiOS target
#
MSHEAP_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
2012-01-24 10:33:07 -06:00
SRC += $(wildcard $(MSHEAP_DIR)*.c)
2011-11-02 13:20:39 -05:00
EXTRAINCDIRS += $(MSHEAP_DIR)