Fixed the Linux DLMSTP standalone test application Makefile. (#1055)

This commit is contained in:
Steve Karg
2025-07-31 09:40:18 -05:00
committed by GitHub
parent f31193998c
commit f88f5a3424
5 changed files with 54 additions and 7 deletions
+6
View File
@@ -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