diff options
author | Abhay Salunke <Abhay_Salunke@dell.com> | 2005-09-06 15:17:14 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-07 16:57:27 -0700 |
commit | 6c54c28e69f2a374ad708fba37cbe1c5bb94e283 (patch) | |
tree | aaa4f638443199becb53781b8b6eb669def702bd /drivers/firmware/Makefile | |
parent | 6e3eaab02028c4087a92711b20abb9e72cc803a7 (diff) | |
download | op-kernel-dev-6c54c28e69f2a374ad708fba37cbe1c5bb94e283.zip op-kernel-dev-6c54c28e69f2a374ad708fba37cbe1c5bb94e283.tar.gz |
[PATCH] dell_rbu: new Dell BIOS update driver
Remote BIOS Update driver for updating BIOS images on Dell servers and
desktops. See dell_rbu.txt for details.
Signed-off-by: Abhay Salunke <Abhay_Salunke@dell.com>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Jens Axboe <axboe@suse.de>
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/firmware/Makefile b/drivers/firmware/Makefile index 90fd0b2..1861385 100644 --- a/drivers/firmware/Makefile +++ b/drivers/firmware/Makefile @@ -4,3 +4,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 |