mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-19 14:29:07 +08:00
8 lines
175 B
Makefile
8 lines
175 B
Makefile
#
|
|
# Copyright (C) 2015 David Sidrane <david_s5@nscdg.net>
|
|
#
|
|
|
|
LIBUAVCAN_POSIX_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
|
|
|
|
LIBUAVCAN_POSIX_INC := $(LIBUAVCAN_POSIX_DIR)include/
|