Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-or-later
0002 #
0003 # Copyright (c) 2019 Oracle.
0004 # All Rights Reserved.
0005 #
0006 
0007 ccflags-y += -I $(srctree)/$(src)               # needed for trace events
0008 
0009 obj-$(CONFIG_FS_IOMAP)          += iomap.o
0010 
0011 iomap-y                         += trace.o \
0012                                    iter.o
0013 iomap-$(CONFIG_BLOCK)           += buffered-io.o \
0014                                    direct-io.o \
0015                                    fiemap.o \
0016                                    seek.o
0017 iomap-$(CONFIG_SWAP)            += swapfile.o