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

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

# 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
9
10
aufs-y := module.o super.o \
	iinfo.o
J. R. Okajima's avatar
J. R. Okajima committed
11
12
13

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