allow to skip CPU_CORE

This commit is contained in:
hathach
2023-06-24 19:08:37 +07:00
parent 086c1d4090
commit 7d0ce5605a
5 changed files with 7 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ SKIPPED = "\033[33mskipped\033[0m"
build_separator = '-' * 106
make_iar_option = 'CC=iccarm'
make_iar_option = 'TOOLCHAIN=iar'
def filter_with_input(mylist):
if len(sys.argv) > 1:

View File

@@ -9,9 +9,6 @@ GDB = $(CROSS_COMPILE)gdb
OBJCOPY = $(CROSS_COMPILE)objcopy
SIZE = $(CROSS_COMPILE)size
# CPU specific flags
include $(TOP)/tools/make/cpu/$(CPU_CORE).mk
# ---------------------------------------
# Compiler Flags
# ---------------------------------------

View File

@@ -4,8 +4,6 @@ LD = ilinkarm
OBJCOPY = ielftool --silent
SIZE = size
include $(TOP)/tools/make/cpu/$(CPU_CORE).mk
# Enable extension mode (gcc compatible)
CFLAGS += -e --debug --silent