93c68cc46a
DRBD currently has a mix of GPL-2.0 and GPL-2.0-or-later SPDX license identifiers. We have decided to stick with GPL 2.0 only, so consistently use that identifier. Signed-off-by: Christoph Böhmwalder <christoph.boehmwalder@linbit.com> Link: https://lore.kernel.org/r/20221122134301.69258-5-christoph.boehmwalder@linbit.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
10 lines
332 B
Makefile
10 lines
332 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
drbd-y := drbd_bitmap.o drbd_proc.o
|
|
drbd-y += drbd_worker.o drbd_receiver.o drbd_req.o drbd_actlog.o
|
|
drbd-y += drbd_main.o drbd_strings.o drbd_nl.o
|
|
drbd-y += drbd_interval.o drbd_state.o
|
|
drbd-y += drbd_nla.o
|
|
drbd-$(CONFIG_DEBUG_FS) += drbd_debugfs.o
|
|
|
|
obj-$(CONFIG_BLK_DEV_DRBD) += drbd.o
|