QcomModulePkg: Add new macro for systemd bootslot commandline
Add new macro for appending systemd bootslot commandline to
avoid default addition for all LE targets with existing macro.
Change-Id: I75f0a58a32b04e04a319b301948910fd4d366af2
diff --git a/makefile b/makefile
index 368b2b9..2ec3d7b 100644
--- a/makefile
+++ b/makefile
@@ -150,6 +150,7 @@
-D UBSAN_UEFI_GCC_FLAG_UNDEFINED=$(UBSAN_GCC_FLAG_UNDEFINED) \
-D UBSAN_UEFI_GCC_FLAG_ALIGNMENT=$(UBSAN_GCC_FLAG_ALIGNMENT) \
-D NAND_SQUASHFS_SUPPORT=$(NAND_SQUASHFS_SUPPORT) \
+ -D ENABLE_SYSTEMD_BOOTSLOT=$(ENABLE_SYSTEMD_BOOTSLOT) \
-j build_modulepkg.log $*
cp $(BUILD_ROOT)/FV/FVMAIN_COMPACT.Fv $(ABL_FV_IMG)