1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-04 12:24:11 +01:00
LibrePilot/flight/PiOS/Common/Libraries/dosfs/library.mk

8 lines
157 B
Makefile
Raw Normal View History

2011-11-02 19:20:39 +01:00
#
# Rules to add DOSFS to a PiOS target
#
DOSFS_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
SRC += $(wildcard $(DOSFS_DIR)*.c)
EXTRAINCDIRS += $(DOSFS_DIR)