diff options
| author | Matt Wilson <msw@redhat.com> | 2000-03-30 16:12:24 +0000 |
|---|---|---|
| committer | Matt Wilson <msw@redhat.com> | 2000-03-30 16:12:24 +0000 |
| commit | 0815e16f63e693fcae2dcd7a1d456f4737ce265a (patch) | |
| tree | 3b53c0e31a3fe6e9e4ec45026ab7c1f01b0116b9 /loader | |
| parent | 6cae4dd730835714a82ee339876eceb0b229cb38 (diff) | |
added modulelinkage for plain loader
Diffstat (limited to 'loader')
| -rw-r--r-- | loader/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/loader/Makefile b/loader/Makefile index ba642004e..dec373147 100644 --- a/loader/Makefile +++ b/loader/Makefile @@ -20,7 +20,7 @@ endif PCMCIAOBJS = pcmcia.o $(NETOBJS) OPTS = -O2 -g -MODULELINKAGE = ../isys/modutils/insmod/libmodutils.a \ +MODULELINKAGE :=../isys/modutils/insmod/libmodutils.a \ ../isys/modutils/util/libutil.a \ ../isys/modutils/obj/libobj.a @@ -117,6 +117,7 @@ install: all loader: loader.o $(OBJS) $(NETOBJS) $(CC) -g $(STATIC) -o $@ $^ -lpopt \ -lkudzu_loader ../isys/libisys.a ../balkan/libbalkan.a \ + $(MODULELINKAGE) \ -lpump -lrpm -lbz2 -lz -lresolv -lnewt -lslang -lpci loader-local: loader-local.o $(OBJS) |
