summaryrefslogtreecommitdiffstats
path: root/loader/Makefile
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-07-06 16:26:05 +0000
committerMatt Wilson <msw@redhat.com>1999-07-06 16:26:05 +0000
commitb102c75bc2978fe3c97fdeac409aa059dc1e5317 (patch)
tree7f94c61df1c5da431dc21ec66d5faeef5bd297e1 /loader/Makefile
parentb2e764578f736be7f38cdb7664a47f50448a40ed (diff)
downloadanaconda-b102c75bc2978fe3c97fdeac409aa059dc1e5317.tar.gz
anaconda-b102c75bc2978fe3c97fdeac409aa059dc1e5317.tar.xz
anaconda-b102c75bc2978fe3c97fdeac409aa059dc1e5317.zip
ported to new pci probe interfaces
Diffstat (limited to 'loader/Makefile')
-rw-r--r--loader/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/Makefile b/loader/Makefile
index 393581760..e00590fb2 100644
--- a/loader/Makefile
+++ b/loader/Makefile
@@ -46,7 +46,7 @@ loader: $(OBJS)
../isys/modutils/insmod/libmodutils.a \
../isys/modutils/util/libutil.a \
../isys/modutils/obj/libobj.a \
- -lrpm -lz -lresolv -lnewt -lslang
+ -lrpm -lz -lresolv -lnewt -lslang -lpci
init: init.o $(MINILIBC)
$(CC) $(STATIC) -g $(LDFLAGS) -o $@ init.o $(MINILIBC)