mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-04 12:24:11 +01:00
992bd696a6
Also minor formatting of all library.mk files. Conflicts: flight/PiOS/Common/Libraries/CMSIS2/library.mk
8 lines
157 B
Makefile
8 lines
157 B
Makefile
#
|
|
# Rules to add DOSFS to a PiOS target
|
|
#
|
|
|
|
DOSFS_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
|
|
SRC += $(wildcard $(DOSFS_DIR)*.c)
|
|
EXTRAINCDIRS += $(DOSFS_DIR)
|