summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/Makefile
diff options
context:
space:
mode:
authorDoug Warzecha2005-09-07 00:17:15 +0200
committerLinus Torvalds2005-09-08 01:57:27 +0200
commit90563ec4129f14d19f018240d1d3ff5c0e5e6392 (patch)
tree93a8c5c3a0c30e27dcb4ff7ed804d68257181fe0 /drivers/firmware/Makefile
parent[PATCH] dell_rbu: new Dell BIOS update driver (diff)
downloadkernel-qcow2-linux-90563ec4129f14d19f018240d1d3ff5c0e5e6392.tar.gz
kernel-qcow2-linux-90563ec4129f14d19f018240d1d3ff5c0e5e6392.tar.xz
kernel-qcow2-linux-90563ec4129f14d19f018240d1d3ff5c0e5e6392.zip
[PATCH] dcdbas: add Dell Systems Management Base Driver with sysfs support
This patch adds the Dell Systems Management Base Driver with sysfs support. This driver has been tested with Dell OpenManage. Signed-off-by: Doug Warzecha <Douglas_Warzecha@dell.com> Cc: Greg KH <greg@kroah.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/firmware/Makefile')
-rw-r--r--drivers/firmware/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/firmware/Makefile b/drivers/firmware/Makefile
index 186138572980..85429979d0db 100644
--- a/drivers/firmware/Makefile
+++ b/drivers/firmware/Makefile
@@ -5,3 +5,4 @@ obj-$(CONFIG_EDD) += edd.o
obj-$(CONFIG_EFI_VARS) += efivars.o
obj-$(CONFIG_EFI_PCDP) += pcdp.o
obj-$(CONFIG_DELL_RBU) += dell_rbu.o
+obj-$(CONFIG_DCDBAS) += dcdbas.o