This commit is contained in:
hathach
2021-11-03 12:24:10 +07:00
parent 28b177484d
commit e16506cb52
3 changed files with 11 additions and 14 deletions
+3
View File
@@ -6,6 +6,7 @@ include $(TOP)/$(BOARD_PATH)/board.mk
CC = clang
CFLAGS += \
-mcpu=cortex-a72 \
-Wall \
-O0 \
-ffreestanding \
@@ -26,6 +27,8 @@ SRC_C += \
$(MCU_DIR)/broadcom/mmu.c \
$(MCU_DIR)/broadcom/vcmailbox.c
# $(MCU_DIR)/broadcom/caches.c \
CROSS_COMPILE = aarch64-none-elf-
SKIP_NANOLIB = 1