mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-01 13:20:35 +08:00
10 lines
268 B
Makefile
10 lines
268 B
Makefile
#
|
|
# Copyright (C) 2014 Pavel Kirienko <pavel.kirienko@gmail.com>
|
|
#
|
|
|
|
LIBUAVCAN_STM32_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
|
|
|
|
LIBUAVCAN_STM32_SRC := $(shell find $(LIBUAVCAN_STM32_DIR)src -type f -name '*.cpp')
|
|
|
|
LIBUAVCAN_STM32_INC := $(LIBUAVCAN_STM32_DIR)include/
|