mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-30 08:24:11 +01:00
7 lines
134 B
Makefile
7 lines
134 B
Makefile
#
|
|
# Rules to add CMSIS2 to a PiOS target
|
|
#
|
|
|
|
CMSIS2_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
|
|
EXTRAINCDIRS += $(CMSIS2_DIR)/Include
|