summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/Makefile
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2007-08-14 16:40:53 +0000
committerOlivier Blin <oblin@mandriva.com>2007-08-14 16:40:53 +0000
commit78e15e782cd5c7c9b89d954d88709927d092cce5 (patch)
treed0e42197b940aaeb8dba92a5893179012e4a642d /mdk-stage1/Makefile
parent8db334284f5517b251584a336bc4361447e3bfce (diff)
downloaddrakx-78e15e782cd5c7c9b89d954d88709927d092cce5.tar
drakx-78e15e782cd5c7c9b89d954d88709927d092cce5.tar.gz
drakx-78e15e782cd5c7c9b89d954d88709927d092cce5.tar.bz2
drakx-78e15e782cd5c7c9b89d954d88709927d092cce5.tar.xz
drakx-78e15e782cd5c7c9b89d954d88709927d092cce5.zip
- use ldetect/libmodprobe/libpci instead of custom pci/usb probe
- write the list of supported modules in pci-resource/ and usb-resource/ (instead of the list of support devices)
Diffstat (limited to 'mdk-stage1/Makefile')
-rw-r--r--mdk-stage1/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/Makefile b/mdk-stage1/Makefile
index 880ec717f..5052ef33b 100644
--- a/mdk-stage1/Makefile
+++ b/mdk-stage1/Makefile
@@ -81,7 +81,7 @@ FRONTEND_LINK = $(FRONTEND_OBJS) $($(F)_FRONTEND_LIBS)
STAGE1_OWN_LIBS =
ifeq (DIETLIBC, $(L))
-STAGE1_OWN_LIBS = /usr/lib/dietlibc/lib-$(ARCH)/libz.a
+STAGE1_OWN_LIBS = $(patsubst %,/usr/lib/dietlibc/lib-$(ARCH)/%,libz.a libldetect.a libmodprobe.a libpci.a)
else
STAGE1_OWN_LIBS = /usr/$(LIB)/libz.a
endif