Arduino_STM32/STM32F1/system/support/make/build-templates.mk

6 lines
76 B
Makefile
Raw Normal View History

2014-10-29 06:36:47 -07:00
define LIBMAPLE_MODULE_template
dir := $(1)
include $$(dir)/rules.mk
endef