Feature/router mstp example app (#101)
* Ported router-ipv6 app to router-mstp * Fixed router-ipv6 build * Added router-ipv6 and router-mstp to pipeline Co-authored-by: Steve Karg <skarg@users.sourceforge.net>
This commit is contained in:
@@ -105,6 +105,10 @@ router:
|
||||
router-ipv6:
|
||||
$(MAKE) -s -C apps $@
|
||||
|
||||
.PHONY: router-mstp
|
||||
router-mstp:
|
||||
$(MAKE) -s -C apps $@
|
||||
|
||||
# Add "ports" to the build, if desired
|
||||
.PHONY: ports
|
||||
ports: atmega168 bdk-atxx4-mstp at91sam7s stm32f10x
|
||||
@@ -163,6 +167,7 @@ clean:
|
||||
$(MAKE) -s -C apps clean
|
||||
$(MAKE) -s -C apps/router clean
|
||||
$(MAKE) -s -C apps/router-ipv6 clean
|
||||
$(MAKE) -s -C apps/router-mstp clean
|
||||
$(MAKE) -s -C apps/gateway clean
|
||||
$(MAKE) -s -C test clean
|
||||
|
||||
|
||||
Reference in New Issue
Block a user