X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fefibootmgr%2Fmodule.mk;h=dac4907e8b486a718e2da313abcceb048f8ddb72;hb=refs%2Ftags%2Fdebian%2F0.4.9-1;hp=069a6485f8e1520f629cd6c4c22657a16670614d;hpb=44fed9dca9311fa21f516c8812f017771953ceb6;p=debian%2Fefibootmgr diff --git a/src/efibootmgr/module.mk b/src/efibootmgr/module.mk index 069a648..dac4907 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 ALLDEPS += $(efibootmgr_FULLTARGET) CLEANLIST += $(efibootmgr_FULLTARGET) @@ -19,4 +20,5 @@ bindir_TARGETS += $(efibootmgr_FULLTARGET) $(efibootmgr_FULLTARGET): \ $(efibootmgr_FULLOBJECT) \ - $(efibootmgr_FULLLIB) + $(efibootmgr_FULLLIB) \ + $(LIBS)