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

9 lines
162 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)