Skip to content

Commit

Permalink
Merge pull request #145 from mihalicyn/edk2_smm_require_false
Browse files Browse the repository at this point in the history
edk2: set SMM_REQUIRE=FALSE
  • Loading branch information
tomponline authored Sep 7, 2023
2 parents fca4ccb + e7a700c commit 3b072c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ parts:
. ./edksetup.sh
make -C BaseTools ARCH=${ARCH}
build -a ${ARCH} -t GCC5 -b RELEASE -p ${PKG} \
-DSMM_REQUIRE=TRUE \
-DSMM_REQUIRE=FALSE \
-DSECURE_BOOT_ENABLE=TRUE \
-DNETWORK_IP4_ENABLE=TRUE \
-DNETWORK_IP6_ENABLE=TRUE \
Expand Down

0 comments on commit 3b072c1

Please sign in to comment.