mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Cleaned up some things.
This commit is contained in:
parent
76f18362b1
commit
366b90b7e7
@ -39,6 +39,7 @@ all:
|
|||||||
# TODO: Need to find a way to set the PATH for child processes.
|
# TODO: Need to find a way to set the PATH for child processes.
|
||||||
# source ../setup.sh; $(MAKE) disassemble
|
# source ../setup.sh; $(MAKE) disassemble
|
||||||
|
|
||||||
|
# Temp rule for debugging
|
||||||
test:
|
test:
|
||||||
@echo $(OBJDUMPS)
|
@echo $(OBJDUMPS)
|
||||||
|
|
||||||
@ -120,7 +121,4 @@ cleanDTB:
|
|||||||
rm -f $(IMAGES)/*.dtb
|
rm -f $(IMAGES)/*.dtb
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
ls $(IMAGES)
|
|
||||||
rm -rf $(IMAGES)/*.dtb
|
|
||||||
rm -rf $(DIS)
|
rm -rf $(DIS)
|
||||||
ls $(IMAGES)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user