Skip to content

Commit e72818f

Browse files
authored
Fix Makefile syntax and provide default value for CONFIGURED_PLATFORM (#324)
Fix the assignment syntax for SECURE_UPGRADE_SIGNING_CERT. Also, provide a default value for CONFIGURED_PLATFORM, since that's used in the call to manage-config Signed-off-by: Saikrishna Arcot <[email protected]>
1 parent 89d13a3 commit e72818f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ KERNEL_VERSION ?= 5.10.140
99
KERNEL_SUBVERSION ?= 1
1010
kernel_procure_method ?= build
1111
CONFIGURED_ARCH ?= amd64
12+
CONFIGURED_PLATFORM ?= vs
1213
SECURE_UPGRADE_MODE ?=
13-
SECURE_UPGRADE_SIGNING_CERT =?
14+
SECURE_UPGRADE_SIGNING_CERT ?=
1415

1516
LINUX_HEADER_COMMON = linux-headers-$(KVERSION_SHORT)-common_$(KERNEL_VERSION)-$(KERNEL_SUBVERSION)_all.deb
1617
LINUX_HEADER_AMD64 = linux-headers-$(KVERSION)_$(KERNEL_VERSION)-$(KERNEL_SUBVERSION)_$(CONFIGURED_ARCH).deb

0 commit comments

Comments
 (0)