blob: 58cecd45b0f5d828e7e25c0e9f725e3c677fafa7 [file] [log] [blame]
Boaz Harrosh02941a52009-01-25 16:55:30 +02001#
2# Kbuild for the OSD modules
3#
4# Copyright (C) 2008 Panasas Inc. All rights reserved.
5#
6# Authors:
Boaz Harroshaa281ac2014-10-19 19:38:58 +03007# Boaz Harrosh <ooo@electrozaur.com>
Boaz Harrosh02941a52009-01-25 16:55:30 +02008# Benny Halevy <bhalevy@panasas.com>
9#
10# This program is free software; you can redistribute it and/or modify
11# it under the terms of the GNU General Public License version 2
12#
13
Boaz Harrosh02941a52009-01-25 16:55:30 +020014# libosd.ko - osd-initiator library
15libosd-y := osd_initiator.o
16obj-$(CONFIG_SCSI_OSD_INITIATOR) += libosd.o
Boaz Harrosh95b05a72009-01-25 16:56:47 +020017
18# osd.ko - SCSI ULD and char-device
19osd-y := osd_uld.o
20obj-$(CONFIG_SCSI_OSD_ULD) += osd.o