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)