Busybox: Upgrade to 1.21.1 (stable). lsof active.
[tomato.git] / release / src / router / busybox / e2fsprogs / Kbuild.src
blob1172a64c867a9d17d6f44da8aca9f3ccae499962
1 # Makefile for busybox
3 # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
5 # Licensed under GPLv2, see file LICENSE in this source tree.
7 lib-y:=
9 INSERT
11 lib-$(CONFIG_CHATTR)     += chattr.o e2fs_lib.o
12 lib-$(CONFIG_E2FSCK)     += e2fsck.o util.o e2fs_lib.o
13 lib-$(CONFIG_FSCK)       += fsck.o
14 lib-$(CONFIG_LSATTR)     += lsattr.o e2fs_lib.o
15 lib-$(CONFIG_MKE2FS)     += mke2fs.o util.o e2fs_lib.o
16 lib-$(CONFIG_TUNE2FS)    += tune2fs.o
18 CFLAGS += -include $(srctree)/e2fsprogs/e2fsbb.h