From fcf26c91985c16ba2a61d9ecc2c6eea331a430c4 Mon Sep 17 00:00:00 2001 From: skarg Date: Mon, 23 Sep 2013 19:08:52 +0000 Subject: [PATCH] Added mstpsnap to makefile. --- bacnet-stack/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bacnet-stack/Makefile b/bacnet-stack/Makefile index 1ec64eac..656c73b2 100644 --- a/bacnet-stack/Makefile +++ b/bacnet-stack/Makefile @@ -83,6 +83,9 @@ atmega168: ports/atmega168/Makefile at91sam7s: ports/at91sam7s/makefile $(MAKE) -s -C ports/at91sam7s clean all +mstpsnap: ports/linux/mstpsnap.mak + $(MAKE) -s -C ports/linux -f mstpsnap.mak clean all + bdk-atxx4-mstp: ports/bdk-atxx4-mstp/Makefile $(MAKE) -s -C ports/bdk-atxx4-mstp clean all