From bd39a4f33d6b71bdad8174a4445d8ebb9684c66b Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 13 Jan 2012 18:38:33 +0000 Subject: link with libkmod instead of libmodprobe since ldetect now link with the former instead of with the later --- mdk-stage1/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1/Makefile') diff --git a/mdk-stage1/Makefile b/mdk-stage1/Makefile index 11cc2e70e..2efeebf37 100644 --- a/mdk-stage1/Makefile +++ b/mdk-stage1/Makefile @@ -79,7 +79,7 @@ FRONTEND_OBJS = $(subst .c,.o,$($(F)_FRONTEND_SRC)) FRONTEND_LINK = $(FRONTEND_OBJS) $($(F)_FRONTEND_LIBS) -STAGE1_STATIC_LIBS = libmodprobe.a +STAGE1_STATIC_LIBS = libkmod.a STAGE1_STATIC_USR_LIBS = libz.a libldetect.a libpci.a STAGE1_OWN_LIBS = ifeq (DIETLIBC, $(L)) -- cgit v1.2.1