mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-02 10:24:11 +01:00
14 lines
191 B
Makefile
14 lines
191 B
Makefile
#
|
|
# Rules to (help) build the F10x device support.
|
|
#
|
|
|
|
#
|
|
# Compiler options implied by the F1xx
|
|
#
|
|
CDEFS += -DARM_MATH_CM3
|
|
|
|
#
|
|
# CMSIS for the F1
|
|
#
|
|
include $(PIOSCOMMONLIB)/CMSIS2/library.mk
|