volume_id: Adopt to new kbuild style.
Kbuild instructions for util-linux/volume_id are moved into the source files according to the new build feature. No code change. Signed-off-by: Sven-Göran Bergh <sgb@systemasis.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
committed by
Denys Vlasenko
parent
982e87f2fb
commit
3b45801dc6
@@ -7,6 +7,11 @@
|
||||
*
|
||||
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
|
||||
*/
|
||||
|
||||
//kbuild:lib-$(CONFIG_BLKID) += get_devname.o
|
||||
//kbuild:lib-$(CONFIG_FINDFS) += get_devname.o
|
||||
//kbuild:lib-$(CONFIG_FEATURE_MOUNT_LABEL) += get_devname.o
|
||||
|
||||
#include <sys/mount.h> /* BLKGETSIZE64 */
|
||||
#if !defined(BLKGETSIZE64)
|
||||
# define BLKGETSIZE64 _IOR(0x12,114,size_t)
|
||||
|
Reference in New Issue
Block a user