Makefile: fix the make clean issue at the top-level directory

make clean done at the top-level does not clean the topology/test
directory, use clean-local instead of clean

Signed-off-by: Keqiao.Zhang <keqiao.zhang@linux.intel.com>
This commit is contained in:
Keqiao.Zhang 2018-04-11 13:28:22 +08:00 committed by Liam Girdwood
parent c0857f17fa
commit 8e8cd884c3
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ MACHINES = \
all: ${MACHINES} all: ${MACHINES}
clean: clean-local:
rm -f *.conf rm -f *.conf
rm -f *.tplg rm -f *.tplg

View File

@ -17,7 +17,7 @@ DEPS = \
all : *.m4 ${DEPS} all : *.m4 ${DEPS}
./tplg-build.sh ./tplg-build.sh
clean: clean-local:
rm -f *.conf rm -f *.conf
rm -f *.tplg rm -f *.tplg