From f83e9788a6030b89adf1907183c74022bf56739a Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Sun, 29 Sep 2019 15:54:11 +0200 Subject: [PATCH 1/2] boards/p-l496g-cell02: don't export CPU/CPU_MODEL variables --- boards/p-l496g-cell02/Makefile.features | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/p-l496g-cell02/Makefile.features b/boards/p-l496g-cell02/Makefile.features index 1b1f160977..4103b7ede0 100644 --- a/boards/p-l496g-cell02/Makefile.features +++ b/boards/p-l496g-cell02/Makefile.features @@ -1,6 +1,6 @@ # the cpu to build for -export CPU = stm32l4 -export CPU_MODEL = stm32l496ag +CPU = stm32l4 +CPU_MODEL = stm32l496ag # Put defined MCU peripherals here (in alphabetical order) FEATURES_PROVIDED += periph_i2c From b1c8f85873673e3da8c0525c46bba9565b46290f Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Sun, 29 Sep 2019 15:54:21 +0200 Subject: [PATCH 2/2] boards/stm32f723e-disco: don't export CPU/CPU_MODEL variables --- boards/stm32f723e-disco/Makefile.features | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/stm32f723e-disco/Makefile.features b/boards/stm32f723e-disco/Makefile.features index ff014090b4..24cc39355d 100644 --- a/boards/stm32f723e-disco/Makefile.features +++ b/boards/stm32f723e-disco/Makefile.features @@ -1,6 +1,6 @@ # define the cpu used by the stm32f723e-disco board -export CPU = stm32f7 -export CPU_MODEL = stm32f723ie +CPU = stm32f7 +CPU_MODEL = stm32f723ie # Put defined MCU peripherals here (in alphabetical order) FEATURES_PROVIDED += periph_i2c