mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-03 11:24:10 +01:00
9 lines
162 B
Makefile
9 lines
162 B
Makefile
|
#
|
||
|
# Rules to add DOSFS to a PiOS target
|
||
|
#
|
||
|
|
||
|
DOSFS_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
|
||
|
SRC += $(wildcard $(DOSFS_DIR)/*.c)
|
||
|
EXTRAINCDIRS += $(DOSFS_DIR)
|
||
|
|