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