#
# Makefile for the DRBD block device drivers.
#

O_TARGET := drbd.o

obj-y :=     drbd_fs.o drbd_main.o drbd_proc.o drbd_receiver.o drbd_req-2.4.o drbd_syncer.o
obj-m := $(O_TARGET)

include $(TOPDIR)/Rules.make

clean:
	rm -f core *.o *.a *.s
