mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-20 11:59:07 +08:00
Fix include paths (remove double slashes) for lib
This commit is contained in:
parent
3240c5dd03
commit
7719f7692a
@ -4,19 +4,19 @@
|
||||
|
||||
LIBUAVCAN_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
|
||||
|
||||
UAVCAN_DIR := $(LIBUAVCAN_DIR)/../
|
||||
UAVCAN_DIR := $(LIBUAVCAN_DIR)../
|
||||
|
||||
#
|
||||
# Library sources
|
||||
#
|
||||
LIBUAVCAN_SRC := $(shell find $(LIBUAVCAN_DIR)/src -type f -name '*.cpp')
|
||||
LIBUAVCAN_SRC := $(shell find $(LIBUAVCAN_DIR)src -type f -name '*.cpp')
|
||||
|
||||
LIBUAVCAN_INC := $(LIBUAVCAN_DIR)/include
|
||||
LIBUAVCAN_INC := $(LIBUAVCAN_DIR)include
|
||||
|
||||
#
|
||||
# DSDL compiler executable
|
||||
#
|
||||
LIBUAVCAN_DSDLC := $(LIBUAVCAN_DIR)/dsdl_compiler/libuavcan_dsdlc
|
||||
LIBUAVCAN_DSDLC := $(LIBUAVCAN_DIR)dsdl_compiler/libuavcan_dsdlc
|
||||
|
||||
#
|
||||
# Standard DSDL definitions
|
||||
|
||||
@ -4,6 +4,6 @@
|
||||
|
||||
LIBUAVCAN_STM32_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
|
||||
|
||||
LIBUAVCAN_STM32_SRC := $(shell find $(LIBUAVCAN_STM32_DIR)/src -type f -name '*.cpp')
|
||||
LIBUAVCAN_STM32_SRC := $(shell find $(LIBUAVCAN_STM32_DIR)src -type f -name '*.cpp')
|
||||
|
||||
LIBUAVCAN_STM32_INC := $(LIBUAVCAN_STM32_DIR)/include/
|
||||
LIBUAVCAN_STM32_INC := $(LIBUAVCAN_STM32_DIR)include/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user