mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-10 18:24:11 +01:00
9 lines
180 B
Makefile
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)
|
||
|
|