summaryrefslogtreecommitdiff
path: root/Make.rules
blob: e4e31ff4a8ddc64731ffb7fb83a750026f6c8f37 (plain)
1
2
3
4
5
6
7
8
define get-config
$(shell git config --local --get "shim.$(1)")
endef

define add-vendor-sbat
$(OBJCOPY) --add-section ".$(patsubst %.csv,%,$(1))=$(1)" $(2)

endef