Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Kbuild « modutils - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 31f7cbf93a1055a95fc3d4f4c00d27828c429d35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Makefile for busybox
#
# Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
#
# Licensed under the GPL v2, see the file LICENSE in this tarball.

lib-y:=
lib-$(CONFIG_MODPROBE_SMALL)      += modprobe-small.o
lib-$(CONFIG_DEPMOD)              += depmod.o modutils.o
lib-$(CONFIG_INSMOD)              += insmod.o modutils.o
lib-$(CONFIG_LSMOD)               += lsmod.o modutils.o
lib-$(CONFIG_MODPROBE)            += modprobe.o modutils.o
lib-$(CONFIG_RMMOD)               += rmmod.o modutils.o
lib-$(CONFIG_FEATURE_2_4_MODULES) += modutils-24.o