mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-07 16:50:36 +08:00
10 lines
271 B
Makefile
10 lines
271 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/
|