feat: ocs makefile
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -69,6 +69,9 @@ dkms.conf
|
|||||||
# Output of the go coverage tool, specifically when used with LiteIDE
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||||
*.out
|
*.out
|
||||||
|
|
||||||
|
# log files
|
||||||
|
*.log
|
||||||
|
|
||||||
# Dependency directories (remove the comment below to include it)
|
# Dependency directories (remove the comment below to include it)
|
||||||
# vendor/
|
# vendor/
|
||||||
|
|
||||||
|
|||||||
18
Makefile
18
Makefile
@@ -2,17 +2,17 @@ src_dir=`pwd`
|
|||||||
|
|
||||||
.PHONY: all clean
|
.PHONY: all clean
|
||||||
|
|
||||||
all: pncc_rel
|
all: pncc
|
||||||
|
|
||||||
clean: plat_clean mss_clean
|
clean: plat_clean mss_clean
|
||||||
|
|
||||||
norfolk_rel: plat_all norfolk
|
# norfolk_rel: plat_all norfolk
|
||||||
|
|
||||||
cook_rel: plat_all cook
|
# cook_rel: plat_all cook
|
||||||
|
|
||||||
zed_rel: plat_all zed
|
# zed_rel: plat_all zed
|
||||||
|
|
||||||
pncc_rel: plat_all pncc
|
# pncc_rel: plat_all pncc
|
||||||
|
|
||||||
plat_clean:
|
plat_clean:
|
||||||
$(MAKE) -C plat clean
|
$(MAKE) -C plat clean
|
||||||
@@ -20,16 +20,16 @@ plat_clean:
|
|||||||
mss_clean:
|
mss_clean:
|
||||||
$(MAKE) -C mss clean
|
$(MAKE) -C mss clean
|
||||||
|
|
||||||
pncc:
|
pncc: plat_all
|
||||||
$(MAKE) -C mss pncc
|
$(MAKE) -C mss pncc
|
||||||
|
|
||||||
norfolk:
|
norfolk: plat_all
|
||||||
$(MAKE) -C mss norfolk
|
$(MAKE) -C mss norfolk
|
||||||
|
|
||||||
cook:
|
cook: plat_all
|
||||||
$(MAKE) -C mss cook
|
$(MAKE) -C mss cook
|
||||||
|
|
||||||
zed:
|
zed: plat_all
|
||||||
$(MAKE) -C mss zed
|
$(MAKE) -C mss zed
|
||||||
|
|
||||||
plat_all:
|
plat_all:
|
||||||
|
|||||||
Reference in New Issue
Block a user