Added ethernet target for Makefile and Travis (#173)

Co-authored-by: Steve Karg <skarg@users.sourceforge.net>
This commit is contained in:
Steve Karg
2021-05-21 09:00:21 -05:00
committed by GitHub
parent a4fe367ac0
commit cea8c0e64c
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -53,6 +53,10 @@ jobs:
os: linux
compiler: gcc
script: make clean mstp
- stage: ethernet-build
os: linux
compiler: gcc
script: make clean ethernet
- stage: lint
os: linux
compiler: clang
+4
View File
@@ -29,6 +29,10 @@ bip6-win32:
bip6:
$(MAKE) BACDL=bip6 -C apps all
.PHONY: ethernet
ethernet:
$(MAKE) BACDL=ethernet -C apps all
.PHONY: apps
apps:
$(MAKE) -s -C apps all