GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / drivers / scsi / osd / Kbuild
blob5fd73d77c3af86b17344c1e544dd4ed22bdd6105
2 # Kbuild for the OSD modules
4 # Copyright (C) 2008 Panasas Inc.  All rights reserved.
6 # Authors:
7 #   Boaz Harrosh <bharrosh@panasas.com>
8 #   Benny Halevy <bhalevy@panasas.com>
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
14 # libosd.ko - osd-initiator library
15 libosd-y := osd_initiator.o
16 obj-$(CONFIG_SCSI_OSD_INITIATOR) += libosd.o
18 # osd.ko - SCSI ULD and char-device
19 osd-y := osd_uld.o
20 obj-$(CONFIG_SCSI_OSD_ULD) += osd.o