Merge remote-tracking branch 'audit/next'
[deliverable/linux.git] / drivers / scsi / osd / Kbuild
CommitLineData
02941a53
BH
1#
2# Kbuild for the OSD modules
3#
4# Copyright (C) 2008 Panasas Inc. All rights reserved.
5#
6# Authors:
aa281ac6 7# Boaz Harrosh <ooo@electrozaur.com>
02941a53
BH
8# 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
02941a53
BH
14# libosd.ko - osd-initiator library
15libosd-y := osd_initiator.o
16obj-$(CONFIG_SCSI_OSD_INITIATOR) += libosd.o
95b05a7d
BH
17
18# osd.ko - SCSI ULD and char-device
19osd-y := osd_uld.o
20obj-$(CONFIG_SCSI_OSD_ULD) += osd.o
This page took 0.632976 seconds and 5 git commands to generate.