Move some external files to external/ folder (#744)

It is lot easier to work with automatic formatters if we have external
files in different folder. For some tools we can example just exclude
external all together.

Co-authored-by: Kari Argillander <kari.argillander@fidelix.com>
This commit is contained in:
Kari Argillander
2024-08-29 00:24:48 +03:00
committed by GitHub
parent 3d3e192ae9
commit 599033b7b0
290 changed files with 419 additions and 419 deletions
+2 -2
View File
@@ -33,7 +33,7 @@ STRIP = $(PREFIX)strip
SIZE = $(PREFIX)size
# Source locations
SDK_DIR = ASF
SDK_DIR = external/ASF
BACNET_DIR = ../../src
BACNET_CORE = $(BACNET_DIR)/bacnet
BACNET_BASIC = $(BACNET_CORE)/basic
@@ -161,7 +161,7 @@ SDK_INCLUDES += -I$(SDK_DIR)/common/services/serial
SDK_INCLUDES += -I$(SDK_DIR)/common/utils/stdio/stdio_serial
SDK_INCLUDES += -I$(SDK_DIR)/xmega/services/timeout
INCLUDES = -I. -I./config -I$(BACNET_DIR) $(SDK_INCLUDES)
INCLUDES = -I. -I./external/config -I$(BACNET_DIR) $(SDK_INCLUDES)
# Source to Object conversion
COBJ = $(CSRC:.c=.o)