mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-10-29 09:22:49 +00:00
Common checks for 'any' builds.
This commit is contained in:
13
make/any.mk
Normal file
13
make/any.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
include $(ONL)/make/config.mk
|
||||
ifndef TOOLCHAIN
|
||||
$(error $$TOOLCHAIN must be specified.)
|
||||
else
|
||||
export TOOLCHAIN
|
||||
endif
|
||||
|
||||
ifndef ARCH
|
||||
$(error $$ARCH must be specified.)
|
||||
else
|
||||
export ARCH
|
||||
endif
|
||||
|
||||
@@ -19,13 +19,7 @@
|
||||
#
|
||||
# </bsn.cl>
|
||||
############################################################
|
||||
include $(ONL)/make/config.mk
|
||||
|
||||
ifndef TOOLCHAIN
|
||||
$(error $$TOOLCHAIN must be specified.)
|
||||
else
|
||||
export TOOLCHAIN
|
||||
endif
|
||||
include $(ONL)/make/any.mk
|
||||
|
||||
MODULE := faultd-module
|
||||
include $(BUILDER)/standardinit.mk
|
||||
|
||||
@@ -29,13 +29,7 @@
|
||||
#
|
||||
#
|
||||
############################################################
|
||||
include $(ONL)/make/config.mk
|
||||
|
||||
ifndef TOOLCHAIN
|
||||
$(error $$TOOLCHAIN must be specified.)
|
||||
else
|
||||
export TOOLCHAIN
|
||||
endif
|
||||
include $(ONL)/make/any.mk
|
||||
|
||||
MODULE := libonlp-platform-defaults-module
|
||||
include $(BUILDER)/standardinit.mk
|
||||
|
||||
@@ -22,13 +22,7 @@
|
||||
#
|
||||
#
|
||||
############################################################
|
||||
include $(ONL)/make/config.mk
|
||||
|
||||
ifndef TOOLCHAIN
|
||||
$(error $$TOOLCHAIN must be specified.)
|
||||
else
|
||||
export TOOLCHAIN
|
||||
endif
|
||||
include $(ONL)/make/any.mk
|
||||
|
||||
MODULE := libonlp-platform-module
|
||||
include $(BUILDER)/standardinit.mk
|
||||
|
||||
@@ -22,13 +22,7 @@
|
||||
#
|
||||
#
|
||||
############################################################
|
||||
include $(ONL)/make/config.mk
|
||||
|
||||
ifndef TOOLCHAIN
|
||||
$(error $$TOOLCHAIN must be specified.)
|
||||
else
|
||||
export TOOLCHAIN
|
||||
endif
|
||||
include $(ONL)/make/any.mk
|
||||
|
||||
MODULE := libonlp-module
|
||||
include $(BUILDER)/standardinit.mk
|
||||
|
||||
@@ -22,13 +22,7 @@
|
||||
#
|
||||
#
|
||||
############################################################
|
||||
include $(ONL)/make/config.mk
|
||||
|
||||
ifndef TOOLCHAIN
|
||||
$(error $$TOOLCHAIN must be specified.)
|
||||
else
|
||||
export TOOLCHAIN
|
||||
endif
|
||||
include $(ONL)/make/any.mk
|
||||
|
||||
MODULE := onlpd-module
|
||||
include $(BUILDER)/standardinit.mk
|
||||
|
||||
Reference in New Issue
Block a user