aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2018-11-23 21:24:44 +1100
committerDavid Gibson <david@gibson.dropbear.id.au>2018-11-23 21:24:44 +1100
commit99284c4db9cbb5a8d2f0c8d16fd8490b1ea19bea (patch)
tree0ad09c0b85e88119237261c010594300675b836b /Makefile
parenta4629cfaedfbcab98619757554f0636de06e25e2 (diff)
downloaddtc-99284c4db9cbb5a8d2f0c8d16fd8490b1ea19bea.zip
dtc-99284c4db9cbb5a8d2f0c8d16fd8490b1ea19bea.tar.gz
dtc-99284c4db9cbb5a8d2f0c8d16fd8490b1ea19bea.tar.bz2
Refine pylibfdt_clean target
Move it to the subdir Makefile, generalize some of the patterns, remove the 'build' directory made by setup.py and __pycache__ directory made by Python3. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 0edd9e4..4de1d81 100644
--- a/Makefile
+++ b/Makefile
@@ -271,10 +271,6 @@ include $(PYLIBFDT_srcdir)/Makefile.pylibfdt
.PHONY: pylibfdt
pylibfdt: $(PYLIBFDT_objdir)/_libfdt.so
-pylibfdt_clean:
- @$(VECHO) CLEAN "(pylibfdt)"
- rm -f $(addprefix $(PYLIBFDT_objdir)/,$(PYLIBFDT_cleanfiles))
-
#
# Release signing and uploading
# This is for maintainer convenience, don't try this at home.