Fix failure of make distclean when linuxkm is enabled

$ make distclean
Making distclean in linuxkm
make[1]: Entering directory '/home/honma/git/wolfssl/linuxkm'
make[1]: *** No rule to make target 'distclean'.  Stop.
make[1]: Leaving directory '/home/honma/git/wolfssl/linuxkm'
make: *** [Makefile:6431: distclean-recursive] Error 1

Signed-off-by: Masashi Honma <masashi.honma@gmail.com>
This commit is contained in:
Masashi Honma
2021-11-22 05:46:13 +09:00
parent 30a01a0758
commit ace5d444a4

View File

@ -112,6 +112,9 @@ clean:
.PHONY: check
check:
.PHONY: distclean
distclean: clean
.PHONY: dist
dist: