]> git.proxmox.com Git - efi-boot-shim.git/blob - Make.rules
fix nit
[efi-boot-shim.git] / Make.rules
1 define get-config
2 $(shell git config --local --get "shim.$(1)")
3 endef
4
5 define add-vendor-sbat
6 $(OBJCOPY) --add-section ".$(patsubst %.csv,%,$(1))=$(1)" $(2)
7
8 endef