summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Vinciguerra <pvinci@vinciconsulting.com>2018-12-07 03:57:49 -0800
committerDamjan Marion <dmarion@me.com>2018-12-18 12:44:26 +0000
commit05b5d1b3a6663c0366e863adc845d7ee4facc1e3 (patch)
tree2171f968ce57ce9335c9eaa371b53b9c545bc6d4 /Makefile
parent6eb61639de0156a2343ba5825ac535727d6658d0 (diff)
make wipe: Clean up *.api.json files.
Change-Id: I0cb1a1b5bf9003d7b5231452e85d535c9cb2b6ec Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 068f73d3145..6bc871c39a8 100644
--- a/Makefile
+++ b/Makefile
@@ -360,6 +360,7 @@ wipedist:
wipe: wipedist test-wipe $(BR)/.deps.ok
$(call make,$(PLATFORM)_debug,$(addsuffix -wipe,$(TARGETS)))
+ @find . -type f -name "*.api.json" ! -path "./test/*" -exec rm {} \;
rebuild: wipe build