Magellan Linux

Contents of /tags/mkinitrd-6_2_0/modutils/Kbuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 994 - (show annotations) (download)
Sun May 30 11:53:18 2010 UTC (14 years ago) by niro
File size: 560 byte(s)
tagged 'mkinitrd-6_2_0'
1 # Makefile for busybox
2 #
3 # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
4 #
5 # Licensed under the GPL v2, see the file LICENSE in this tarball.
6
7 lib-y:=
8 lib-$(CONFIG_MODPROBE_SMALL) += modprobe-small.o
9 lib-$(CONFIG_DEPMOD) += depmod.o modutils.o
10 lib-$(CONFIG_INSMOD) += insmod.o modutils.o
11 lib-$(CONFIG_LSMOD) += lsmod.o modutils.o
12 lib-$(CONFIG_MODPROBE) += modprobe.o modutils.o
13 lib-$(CONFIG_RMMOD) += rmmod.o modutils.o
14 lib-$(CONFIG_FEATURE_2_4_MODULES) += modutils-24.o