WIP FPC-III support
[linux/fpc-iii.git] / drivers / block / null_blk / Makefile
blob84c36e512ab89f659638c219b4262a2749c974ea
1 # SPDX-License-Identifier: GPL-2.0
3 # needed for trace events
4 ccflags-y += -I$(src)
6 obj-$(CONFIG_BLK_DEV_NULL_BLK) += null_blk.o
7 null_blk-objs := main.o
8 ifeq ($(CONFIG_BLK_DEV_ZONED), y)
9 null_blk-$(CONFIG_TRACING) += trace.o
10 endif
11 null_blk-$(CONFIG_BLK_DEV_ZONED) += zoned.o