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)
|
|
|
|
|