source: MondoRescue/branches/3.0/mindi-busybox/util-linux/Kbuild.src@ 3085

Last change on this file since 3085 was 2725, checked in by Bruno Cornec, 13 years ago
  • Update mindi-busybox to 1.18.3 to avoid problems with the tar command which is now failing on recent versions with busybox 1.7.3
File size: 1.8 KB
Line 
1# Makefile for busybox
2#
3# Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
4#
5# Licensed under GPLv2, see file LICENSE in this source tree.
6
7lib-y:=
8
9INSERT
10lib-$(CONFIG_ACPID) += acpid.o
11lib-$(CONFIG_BLKID) += blkid.o
12lib-$(CONFIG_DMESG) += dmesg.o
13lib-$(CONFIG_FBSET) += fbset.o
14lib-$(CONFIG_FDFLUSH) += freeramdisk.o
15lib-$(CONFIG_FDFORMAT) += fdformat.o
16lib-$(CONFIG_FDISK) += fdisk.o
17lib-$(CONFIG_FINDFS) += findfs.o
18lib-$(CONFIG_FLOCK) += flock.o
19lib-$(CONFIG_FREERAMDISK) += freeramdisk.o
20lib-$(CONFIG_FSCK_MINIX) += fsck_minix.o
21lib-$(CONFIG_GETOPT) += getopt.o
22lib-$(CONFIG_HEXDUMP) += hexdump.o
23lib-$(CONFIG_HWCLOCK) += hwclock.o
24lib-$(CONFIG_IPCRM) += ipcrm.o
25lib-$(CONFIG_IPCS) += ipcs.o
26lib-$(CONFIG_LOSETUP) += losetup.o
27lib-$(CONFIG_LSPCI) += lspci.o
28lib-$(CONFIG_LSUSB) += lsusb.o
29lib-$(CONFIG_MDEV) += mdev.o
30lib-$(CONFIG_MKFS_EXT2) += mkfs_ext2.o
31lib-$(CONFIG_MKFS_MINIX) += mkfs_minix.o
32lib-$(CONFIG_MKFS_REISER) += mkfs_reiser.o
33lib-$(CONFIG_MKFS_VFAT) += mkfs_vfat.o
34lib-$(CONFIG_MKSWAP) += mkswap.o
35lib-$(CONFIG_MORE) += more.o
36lib-$(CONFIG_MOUNT) += mount.o
37lib-$(CONFIG_PIVOT_ROOT) += pivot_root.o
38lib-$(CONFIG_RDATE) += rdate.o
39lib-$(CONFIG_RDEV) += rdev.o
40lib-$(CONFIG_READPROFILE) += readprofile.o
41lib-$(CONFIG_RTCWAKE) += rtcwake.o
42lib-$(CONFIG_SCRIPT) += script.o
43lib-$(CONFIG_SCRIPTREPLAY) += scriptreplay.o
44lib-$(CONFIG_SETARCH) += setarch.o
45lib-$(CONFIG_SWAPONOFF) += swaponoff.o
46lib-$(CONFIG_SWITCH_ROOT) += switch_root.o
47lib-$(CONFIG_UMOUNT) += umount.o
Note: See TracBrowser for help on using the repository browser.