Makefile 371 Bytes
Newer Older
J. R. Okajima's avatar
J. R. Okajima committed
1
2
3
4
# SPDX-License-Identifier: GPL-2.0

-include ${srctree}/${src}/priv_def.mk

J. R. Okajima's avatar
J. R. Okajima committed
5
6
7
# cf. include/linux/kernel.h
# enable pr_debug
ccflags-y += -DDEBUG
J. R. Okajima's avatar
J. R. Okajima committed
8
9
10
11
# sparse requires the full pathname
ccflags-y += -include ${srctree}/include/uapi/linux/aufs_type.h

obj-$(CONFIG_AUFS_FS) += aufs.o
J. R. Okajima's avatar
J. R. Okajima committed
12
13
aufs-y := module.o super.o \
	iinfo.o
J. R. Okajima's avatar
J. R. Okajima committed
14
15
16

# all are boolean
aufs-$(CONFIG_AUFS_DEBUG) += debug.o