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

@@ -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