diff options
author | Len Brown <len.brown@intel.com> | 2008-10-22 23:36:06 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-10-22 23:36:06 -0400 |
commit | f1e6d3173ece6d60b4d5aeacd3b91a33ff8ec9d3 (patch) | |
tree | c539d771742a89865aa27edfc7a2f5da8f45796c /drivers/misc/Makefile | |
parent | 1b79b27da172d6c868746135feeb71de4ddd0646 (diff) | |
parent | 7ba427c2363d91d4221843a9ae601f90f8d928b9 (diff) |
Merge branch 'panasonic' into test
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 c6c13f60b45..909e2468cdc 100644 --- a/drivers/misc/Makefile +++ b/drivers/misc/Makefile @@ -23,6 +23,7 @@ obj-$(CONFIG_SGI_IOC4) += ioc4.o obj-$(CONFIG_SONY_LAPTOP) += sony-laptop.o obj-$(CONFIG_THINKPAD_ACPI) += thinkpad_acpi.o obj-$(CONFIG_FUJITSU_LAPTOP) += fujitsu-laptop.o +obj-$(CONFIG_PANASONIC_LAPTOP) += panasonic-laptop.o obj-$(CONFIG_EEPROM_93CX6) += eeprom_93cx6.o obj-$(CONFIG_INTEL_MENLOW) += intel_menlow.o obj-$(CONFIG_ENCLOSURE_SERVICES) += enclosure.o |