From 366b90b7e708532c3b4269080f9cc5db0f8f0de8 Mon Sep 17 00:00:00 2001 From: Jacob Pease Date: Fri, 11 Aug 2023 16:22:12 -0500 Subject: [PATCH] Cleaned up some things. --- linux/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/linux/Makefile b/linux/Makefile index 7c85e0ee4..abbf4a51a 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -39,6 +39,7 @@ all: # TODO: Need to find a way to set the PATH for child processes. # source ../setup.sh; $(MAKE) disassemble +# Temp rule for debugging test: @echo $(OBJDUMPS) @@ -120,7 +121,4 @@ cleanDTB: rm -f $(IMAGES)/*.dtb clean: - ls $(IMAGES) - rm -rf $(IMAGES)/*.dtb rm -rf $(DIS) - ls $(IMAGES)