mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-02 10:24:11 +01:00
8 lines
183 B
Makefile
8 lines
183 B
Makefile
#
|
|
# Rules to add the MSHeap allocator to a PiOS target
|
|
#
|
|
|
|
MSHEAP_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
|
|
SRC += $(sort $(wildcard $(MSHEAP_DIR)*.c))
|
|
EXTRAINCDIRS += $(MSHEAP_DIR)
|