From 58060874d6e60204f337246d4e6a413bcd2a0fd3 Mon Sep 17 00:00:00 2001 From: Kiritoy Date: Wed, 8 Dec 2021 14:52:10 +0800 Subject: [PATCH] rebase prepare_for_master branch --- Ubiquitous/XiUOS/arch/arm/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Ubiquitous/XiUOS/arch/arm/Makefile b/Ubiquitous/XiUOS/arch/arm/Makefile index 5000fdbf..a34ffee8 100644 --- a/Ubiquitous/XiUOS/arch/arm/Makefile +++ b/Ubiquitous/XiUOS/arch/arm/Makefile @@ -6,6 +6,7 @@ SRC_DIR += cortex-m3 endif ifeq ($(CONFIG_BOARD_STM32F103_NANO),y) +SRC_DIR := shared SRC_DIR +=cortex-m3 endif