mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/CAN-Demo.git
synced 2025-09-29 00:37:33 +00:00
working but messy
This commit is contained in:
@@ -38,6 +38,9 @@ endif
|
||||
ifneq ($(strip $(C++_DEPS)),)
|
||||
-include $(C++_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(CCM_DEPS)),)
|
||||
-include $(CCM_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(C_UPPER_DEPS)),)
|
||||
-include $(C_UPPER_DEPS)
|
||||
endif
|
||||
@@ -50,6 +53,12 @@ endif
|
||||
ifneq ($(strip $(S_UPPER_DEPS)),)
|
||||
-include $(S_UPPER_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(CXXM_DEPS)),)
|
||||
-include $(CXXM_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(C++M_DEPS)),)
|
||||
-include $(C++M_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(C_DEPS)),)
|
||||
-include $(C_DEPS)
|
||||
endif
|
||||
|
Reference in New Issue
Block a user