]> git.proxmox.com Git - efi-boot-shim.git/blame - Make.rules
Fix up some of the options we're using at build time
[efi-boot-shim.git] / Make.rules
CommitLineData
d184bf10
PJ
1define get-config
2$(shell git config --local --get "shim.$(1)")
3endef
dd707859
PJ
4
5define add-vendor-sbat
6$(OBJCOPY) --add-section ".$(patsubst %.csv,%,$(1))=$(1)" $(2)
7
8endef