mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-02 10:24:11 +01:00
992bd696a6
Also minor formatting of all library.mk files. Conflicts: flight/PiOS/Common/Libraries/CMSIS2/library.mk
11 lines
332 B
Makefile
11 lines
332 B
Makefile
#
|
|
# Rules to add FreeRTOS to a PiOS target
|
|
#
|
|
# Note that the PIOS target-specific makefile will detect that FREERTOS_DIR
|
|
# has been defined and add in the target-specific pieces separately.
|
|
#
|
|
|
|
FREERTOS_DIR := $(dir $(lastword $(MAKEFILE_LIST)))/Source
|
|
SRC += $(wildcard $(FREERTOS_DIR)/*.c)
|
|
EXTRAINCDIRS += $(FREERTOS_DIR)/include
|