blob: ba0bee03df210a7e1157702a8bf3e12dd1c7a44a [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:=
8lib-y += cache.o dev.o devname.o devno.o blkid_getsize.o \
9 probe.o read.o resolve.o save.o tag.o list.o
10
11CFLAGS_dev.o := -include include/busybox.h
12CFLAGS_devname.o := -include include/busybox.h
13CFLAGS_devno.o := -include include/busybox.h
14CFLAGS_blkid_getsize.o := -include include/busybox.h
15CFLAGS_probe.o := -include include/busybox.h
16CFLAGS_save.o := -include include/busybox.h
17CFLAGS_tag.o := -include include/busybox.h
18CFLAGS_list.o := -include include/busybox.h