diff options
author | Len Brown <len.brown@intel.com> | 2007-02-17 04:10:55 +0100 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-02-17 04:10:55 +0100 |
commit | 9cdd79c9b99873d600d397fda012fc3f57cc2776 (patch) | |
tree | cead6543c1a53bdadee8953391a80d6c264f911b /drivers/misc/Makefile | |
parent | Pull fluff into release branch (diff) | |
parent | sony-laptop: allow complex per-value input/output validation (diff) | |
download | linux-9cdd79c9b99873d600d397fda012fc3f57cc2776.tar.xz linux-9cdd79c9b99873d600d397fda012fc3f57cc2776.zip |
Pull sony into release branch
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 35da53c409c0..7793ccd79049 100644 --- a/drivers/misc/Makefile +++ b/drivers/misc/Makefile @@ -11,3 +11,4 @@ obj-$(CONFIG_LKDTM) += lkdtm.o obj-$(CONFIG_TIFM_CORE) += tifm_core.o obj-$(CONFIG_TIFM_7XX1) += tifm_7xx1.o obj-$(CONFIG_SGI_IOC4) += ioc4.o +obj-$(CONFIG_SONY_LAPTOP) += sony-laptop.o |