mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-11 07:30:16 +00:00
6a0afdf58d
They should be reimplemented in the current scheme. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
6 lines
190 B
Makefile
6 lines
190 B
Makefile
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
|
|
|
|
obj-$(CONFIG_BLK_DEV_DRBD) += drbd.o
|