diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-11 21:24:42 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-11 21:24:42 +0000 |
commit | 665b02cb60c32268fa3c7129f70ee44255d64dd3 (patch) | |
tree | accce5270686c2cd26cddd06f00961427577fa69 /e2fsprogs/blkid | |
parent | 1db39b2f51c2877ad4b5c0094f2e1f8d6449ca91 (diff) | |
download | busybox-w32-665b02cb60c32268fa3c7129f70ee44255d64dd3.tar.gz busybox-w32-665b02cb60c32268fa3c7129f70ee44255d64dd3.tar.bz2 busybox-w32-665b02cb60c32268fa3c7129f70ee44255d64dd3.zip |
build system: fix build in separate obj tree
Diffstat (limited to 'e2fsprogs/blkid')
-rw-r--r-- | e2fsprogs/blkid/Kbuild | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/e2fsprogs/blkid/Kbuild b/e2fsprogs/blkid/Kbuild index 98b5c277f..ddcfdfd9a 100644 --- a/e2fsprogs/blkid/Kbuild +++ b/e2fsprogs/blkid/Kbuild | |||
@@ -13,11 +13,11 @@ lib-y:= | |||
13 | lib-$(NEEDED-y) += cache.o dev.o devname.o devno.o blkid_getsize.o \ | 13 | lib-$(NEEDED-y) += cache.o dev.o devname.o devno.o blkid_getsize.o \ |
14 | probe.o read.o resolve.o save.o tag.o list.o | 14 | probe.o read.o resolve.o save.o tag.o list.o |
15 | 15 | ||
16 | CFLAGS_dev.o := -include include/busybox.h | 16 | CFLAGS_dev.o := -include $(srctree)/include/busybox.h |
17 | CFLAGS_devname.o := -include include/busybox.h | 17 | CFLAGS_devname.o := -include $(srctree)/include/busybox.h |
18 | CFLAGS_devno.o := -include include/busybox.h | 18 | CFLAGS_devno.o := -include $(srctree)/include/busybox.h |
19 | CFLAGS_blkid_getsize.o := -include include/busybox.h | 19 | CFLAGS_blkid_getsize.o := -include $(srctree)/include/busybox.h |
20 | CFLAGS_probe.o := -include include/busybox.h | 20 | CFLAGS_probe.o := -include $(srctree)/include/busybox.h |
21 | CFLAGS_save.o := -include include/busybox.h | 21 | CFLAGS_save.o := -include $(srctree)/include/busybox.h |
22 | CFLAGS_tag.o := -include include/busybox.h | 22 | CFLAGS_tag.o := -include $(srctree)/include/busybox.h |
23 | CFLAGS_list.o := -include include/busybox.h | 23 | CFLAGS_list.o := -include $(srctree)/include/busybox.h |