Revision f0dd1ac4 drivers/VL53L1X/v1/alld_VL53L1X.mk

View differences:

drivers/VL53L1X/v1/alld_VL53L1X.mk
1 1
################################################################################
2 2
# AMiRo-LLD is a compilation of low-level hardware drivers for the Autonomous  #
3 3
# Mini Robot (AMiRo) platform.                                                 #
4
# Copyright (C) 2016..2019  Thomas Schöpping et al.                            #
4
# Copyright (C) 2016..2020  Thomas Schöpping et al.                            #
5 5
#                                                                              #
6 6
# This program is free software: you can redistribute it and/or modify         #
7 7
# it under the terms of the GNU General Public License as published by         #
......
28 28

  
29 29
# include paths
30 30
AMIROLLD_INC += $(AMIROLLD_ST_VL53L1X) \
31
				$(AMIROLLD_ST_VL53L1X)/api/core \
32
				$(AMIROLLD_ST_VL53L1X)/api/platform \
33

  
34
# $(info    AMIROLLD_INC is $(AMIROLLD_INC))
31
                $(AMIROLLD_ST_VL53L1X)/api/core \
32
                $(AMIROLLD_ST_VL53L1X)/api/platform
35 33

  
36 34
# C source files
37 35
AMIROLLD_CSRC += $(AMIROLLD_ST_VL53L1X)alld_VL53L1X.c \
38
				 $(AMIROLLD_ST_VL53L1X)api/core/vl53l1_api_calibration.c \
39
				 $(AMIROLLD_ST_VL53L1X)api/core/vl53l1_api_core.c \
40
				 $(AMIROLLD_ST_VL53L1X)api/core/vl53l1_api_debug.c \
41
				 $(AMIROLLD_ST_VL53L1X)api/core/vl53l1_api_preset_modes.c \
42
				 $(AMIROLLD_ST_VL53L1X)api/core/vl53l1_api_strings.c \
43
				 $(AMIROLLD_ST_VL53L1X)api/core/vl53l1_api.c \
44
				 $(AMIROLLD_ST_VL53L1X)api/core/vl53l1_core_support.c \
45
				 $(AMIROLLD_ST_VL53L1X)api/core/vl53l1_core.c \
46
				 $(AMIROLLD_ST_VL53L1X)api/core/vl53l1_error_strings.c \
47
				 $(AMIROLLD_ST_VL53L1X)api/core/vl53l1_register_funcs.c \
48
				 $(AMIROLLD_ST_VL53L1X)api/core/vl53l1_silicon_core.c \
49
				 $(AMIROLLD_ST_VL53L1X)api/core/vl53l1_wait.c \
36
                 $(AMIROLLD_ST_VL53L1X)api/core/vl53l1_api.c \
37
                 $(AMIROLLD_ST_VL53L1X)api/core/vl53l1_api_calibration.c \
38
                 $(AMIROLLD_ST_VL53L1X)api/core/vl53l1_api_core.c \
39
                 $(AMIROLLD_ST_VL53L1X)api/core/vl53l1_api_debug.c \
40
                 $(AMIROLLD_ST_VL53L1X)api/core/vl53l1_api_preset_modes.c \
41
                 $(AMIROLLD_ST_VL53L1X)api/core/vl53l1_api_strings.c \
42
                 $(AMIROLLD_ST_VL53L1X)api/core/vl53l1_core.c \
43
                 $(AMIROLLD_ST_VL53L1X)api/core/vl53l1_core_support.c \
44
                 $(AMIROLLD_ST_VL53L1X)api/core/vl53l1_error_strings.c \
45
                 $(AMIROLLD_ST_VL53L1X)api/core/vl53l1_register_funcs.c \
46
                 $(AMIROLLD_ST_VL53L1X)api/core/vl53l1_silicon_core.c \
47
                 $(AMIROLLD_ST_VL53L1X)api/core/vl53l1_wait.c
50 48

  
51
# $(info    AMIROLLD_CSRC is $(AMIROLLD_CSRC))

Also available in: Unified diff