diff options
| author | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-02-03 16:40:56 -0500 |
|---|---|---|
| committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-02-07 19:04:10 -0500 |
| commit | d569d5bb3fd96d2907acaddd7c4ea5cb07d02ab8 (patch) | |
| tree | 2ad7fb8bf4ea59cdcc4ab7b98a14cc0eca451d05 /drivers/misc/Makefile | |
| parent | 38582a62ecd337de4212004c7d4844899dc57890 (diff) | |
[SCSI] enclosure: add support for enclosure services
The enclosure misc device is really just a library providing sysfs
support for physical enclosure devices and their components.
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/misc/Makefile')
| -rw-r--r-- | drivers/misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile index 1f41654aae4d..7f13549cc87e 100644 --- a/drivers/misc/Makefile +++ b/drivers/misc/Makefile | |||
| @@ -20,3 +20,4 @@ obj-$(CONFIG_THINKPAD_ACPI) += thinkpad_acpi.o | |||
| 20 | obj-$(CONFIG_FUJITSU_LAPTOP) += fujitsu-laptop.o | 20 | obj-$(CONFIG_FUJITSU_LAPTOP) += fujitsu-laptop.o |
| 21 | obj-$(CONFIG_EEPROM_93CX6) += eeprom_93cx6.o | 21 | obj-$(CONFIG_EEPROM_93CX6) += eeprom_93cx6.o |
| 22 | obj-$(CONFIG_INTEL_MENLOW) += intel_menlow.o | 22 | obj-$(CONFIG_INTEL_MENLOW) += intel_menlow.o |
| 23 | obj-$(CONFIG_ENCLOSURE_SERVICES) += enclosure.o | ||
