blob: f35a1ae327095de5db251d1d63c598a90e8423cd [file] [log] [blame]
Denis Vlasenko7d219aa2006-10-05 10:17:08 +00001# 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
7lib-y:=
8
9lib-$(CONFIG_CHATTR) += chattr.o
10libs-$(CONFIG_CHATTR) += e2p/
11
12lib-$(CONFIG_E2FSCK) += e2fsck.o util.o
13libs-$(CONFIG_E2FSCK) += blkid/ ext2fs/ uuid/
14
15lib-$(CONFIG_FSCK) += fsck.o util.o
16libs-$(CONFIG_FSCK) += blkid/ ext2fs/ uuid/
17
18lib-$(CONFIG_LSATTR) += lsattr.o
19libs-$(CONFIG_LSATTR) += e2p/
20
21lib-$(CONFIG_MKE2FS) += mke2fs.o util.o
22libs-$(CONFIG_MKE2FS) += e2p/ blkid/ ext2fs/ uuid/
23
24lib-$(CONFIG_TUNE2FS) += tune2fs.o util.o
25libs-$(CONFIG_TUNE2FS) += e2p/ blkid/ ext2fs/ uuid/
26
27CFLAGS += -include e2fsprogs/e2fsbb.h