mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-25 17:27:01 +00:00
ARCH check.
This commit is contained in:
@@ -10,5 +10,10 @@ ifndef PLATFORM
|
||||
$(error $$PLATFORM must be set)
|
||||
endif
|
||||
|
||||
ifndef ARCH
|
||||
$(error $$ARCH must be set)
|
||||
endif
|
||||
|
||||
|
||||
modules:
|
||||
$(ONL)/tools/scripts/kmodbuild.sh "$(KERNELS)" "$(KMODULES)" $(PLATFORM)
|
||||
ARCH=$(ARCH) $(ONL)/tools/scripts/kmodbuild.sh "$(KERNELS)" "$(KMODULES)" $(PLATFORM)
|
||||
|
||||
Reference in New Issue
Block a user