X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fefibootmgr%2Fmodule.mk;h=790e2e4bb206ae97f09045107404163b5e4eb80d;hb=438378f384ede73602fcdfd288e45ac41d933bb0;hp=069a6485f8e1520f629cd6c4c22657a16670614d;hpb=44fed9dca9311fa21f516c8812f017771953ceb6;p=debian%2Fefibootmgr diff --git a/src/efibootmgr/module.mk b/src/efibootmgr/module.mk index 069a648..790e2e4 100644 --- a/src/efibootmgr/module.mk +++ b/src/efibootmgr/module.mk @@ -11,6 +11,7 @@ efibootmgr_LIBS := crc32.o disk.o efi.o efichar.o gpt.o scsi_ioctls.o \ efibootmgr_LIBDIR := src/lib efibootmgr_FULLLIB := \ $(patsubst %,$(efibootmgr_LIBDIR)/%,$(efibootmgr_LIBS)) +LIBS = -lpci -lz ALLDEPS += $(efibootmgr_FULLTARGET) CLEANLIST += $(efibootmgr_FULLTARGET) @@ -20,3 +21,4 @@ bindir_TARGETS += $(efibootmgr_FULLTARGET) $(efibootmgr_FULLTARGET): \ $(efibootmgr_FULLOBJECT) \ $(efibootmgr_FULLLIB) + $(CC) $(CFLAGS) $(LDFLAGS) $(efibootmgr_SRCDIR)/efibootmgr.c $^ $(LIBS) -o $@