mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-08-15 19:25:49 +00:00
shim: rebuild shim.o if headers change
Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
parent
2e65561938
commit
7cb2179b53
1
Makefile
1
Makefile
@ -100,6 +100,7 @@ certdb/secmod.db: shim.crt
|
|||||||
certutil -d certdb/ -A -i shim.crt -n shim -t u
|
certutil -d certdb/ -A -i shim.crt -n shim -t u
|
||||||
|
|
||||||
shim.o: $(SOURCES) shim_cert.h
|
shim.o: $(SOURCES) shim_cert.h
|
||||||
|
shim.o: $(wildcard *.h)
|
||||||
|
|
||||||
cert.o : cert.S
|
cert.o : cert.S
|
||||||
$(CC) $(CFLAGS) -c -o $@ $<
|
$(CC) $(CFLAGS) -c -o $@ $<
|
||||||
|
Loading…
Reference in New Issue
Block a user