From e3d5998474afbd7d4c71d35d29ae9b39affba2e3 Mon Sep 17 00:00:00 2001 From: Lasse Rosenow Date: Fri, 10 Jan 2025 16:57:58 +0100 Subject: [PATCH] Remove useless ifneq from riot-lfc.mk --- make/riot/riot-lfc.mk | 5 ----- 1 file changed, 5 deletions(-) diff --git a/make/riot/riot-lfc.mk b/make/riot/riot-lfc.mk index 34265376..a2591fba 100644 --- a/make/riot/riot-lfc.mk +++ b/make/riot/riot-lfc.mk @@ -30,9 +30,4 @@ else CFLAGS += -I$(LF_SRC_GEN_PATH) endif - -ifneq ($(MAKECMDGOALS),clean) - -endif - include $(RIOT_MK_DIR)/riot.mk