Fixed the Linux DLMSTP standalone test application Makefile. (#1055)
This commit is contained in:
@@ -369,6 +369,10 @@ xplained-clean: ports/xplained/Makefile
|
||||
mstpsnap: ports/linux/mstpsnap.mak
|
||||
$(MAKE) -s -C ports/linux -f mstpsnap.mak clean all
|
||||
|
||||
.PHONY: dlmstp-linux
|
||||
dlmstp-linux: ports/linux/dlmstp.mak
|
||||
$(MAKE) -s -C ports/linux -f dlmstp.mak clean all
|
||||
|
||||
.PHONY: lwip
|
||||
lwip: ports/lwip/Makefile
|
||||
$(MAKE) -s -C ports/lwip clean all
|
||||
@@ -520,6 +524,8 @@ clean: ports-clean
|
||||
$(MAKE) -s -C apps/fuzz-libfuzzer clean
|
||||
$(MAKE) -s -C ports/lwip clean
|
||||
$(MAKE) -s -C test clean
|
||||
$(MAKE) -s -C ports/linux -f mstpsnap.mak clean
|
||||
$(MAKE) -s -C ports/linux -f dlmstp.mak clean
|
||||
rm -rf ./build
|
||||
|
||||
.PHONY: test
|
||||
|
||||
Reference in New Issue
Block a user