fix makefiles and cleanup dirs

This commit is contained in:
Ajit Ananthadevan 2025-08-25 07:45:36 +10:00
parent c1b2bd232d
commit ef6106d17c
14 changed files with 7 additions and 3 deletions

2
myapps/OLD/readme.md Normal file
View file

@ -0,0 +1,2 @@
Uses standard HAL! Abandoned due to too many prerequisites.

View file

@ -103,6 +103,7 @@ LDFLAGS = \
-T $(LDSCRIPT) \
--specs=nano.specs \
-specs=nosys.specs -lc -lm \
-Wl,-Map=$(BUILD_DIR)/$(TARGET).map \
-Wl,--gc-sections \
-Wl,--print-memory-usage \
-Wl,--no-warn-rwx-segments

View file

@ -112,6 +112,7 @@ LDFLAGS = \
-T $(LDSCRIPT) \
--specs=nano.specs \
-specs=nosys.specs -lc -lm \
-Wl,-Map=$(BUILD_DIR)/$(TARGET).map \
-Wl,--gc-sections \
-Wl,--print-memory-usage \
-Wl,--no-warn-rwx-segments

View file

@ -20,7 +20,7 @@ OPT = -Os
#######################################
# Build path
BUILD_DIR = build
VND_DIR = ../../vendor
VND_DIR = ../../../vendor
######################################
# source

View file

@ -20,7 +20,7 @@ OPT = -Os
#######################################
# Build path
BUILD_DIR = build
VND_DIR = ../../vendor
VND_DIR = ../../../vendor
######################################
# source

View file

@ -20,7 +20,7 @@ OPT = -Os
#######################################
# Build path
BUILD_DIR = build
VND_DIR = ../../vendor
VND_DIR = ../../../vendor
######################################
# source