From e73b4d2d247200de45466f59d5f6abfaddf50f41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Harter?= Date: Mon, 30 Sep 2019 14:41:19 +0200 Subject: [PATCH] cpu/lpc1768: explictly define CPU_MODEL Define CPU_MODEL as it required by cortexm.inc.mk The default setting will be removed from cortexm.inc.mk. --- cpu/lpc1768/Makefile.features | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpu/lpc1768/Makefile.features b/cpu/lpc1768/Makefile.features index 01cd4811b7..1c25c072c7 100644 --- a/cpu/lpc1768/Makefile.features +++ b/cpu/lpc1768/Makefile.features @@ -1,3 +1,5 @@ +# This CPU only implements one CPU_MODEL with the same name +CPU_MODEL = lpc1768 FEATURES_PROVIDED += periph_cpuid FEATURES_PROVIDED += periph_pm