From 3010d1cef43510e8e93d50fc21d00dc2c74b1bc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Harter?= Date: Tue, 27 Aug 2019 17:02:36 +0200 Subject: [PATCH] cpu/arm7_common: remove deprecated CFLAGS_BASIC Nothing declares this anymore --- cpu/arm7_common/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/cpu/arm7_common/Makefile b/cpu/arm7_common/Makefile index 3a26b43827..e09377cd1e 100644 --- a/cpu/arm7_common/Makefile +++ b/cpu/arm7_common/Makefile @@ -1,5 +1,3 @@ -CFLAGS += $(CFLAGS_BASIC) - DIRS = periph include $(RIOTBASE)/Makefile.base