From 587145a8818b7e377630b397b036626c238f8c93 Mon Sep 17 00:00:00 2001 From: Abdelatif Guettouche Date: Wed, 27 Apr 2022 03:57:18 +0200 Subject: [PATCH] riscv/Makefile: Delete old target used for debugging. Signed-off-by: Abdelatif Guettouche --- arch/risc-v/src/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/arch/risc-v/src/Makefile b/arch/risc-v/src/Makefile index ad45227d2d..1bbbada496 100644 --- a/arch/risc-v/src/Makefile +++ b/arch/risc-v/src/Makefile @@ -213,9 +213,4 @@ endif $(call DELFILE, Make.dep) $(call DELFILE, .depend) -info: - @echo $(HEAD_OBJ) - @echo $(ASRCS) - @echo $(CONFIG_ARCH_CHIP) - -include Make.dep