diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2005-11-09 09:20:26 +0300 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-11-09 09:20:26 +0300 |
commit | c7c6e9494cc9a4a5b1a2ca870ed4531ad2b98a83 (patch) | |
tree | 1185ddc2c4cea1c4da09d6b83893f91aefe7cd3d /drivers/connector/Makefile | |
parent | 8cedcfd43a0b00741fff43d6a4c1a8b7748db3b0 (diff) | |
parent | 8e8b77dd4846b73f2e0756cf59123ee709246d11 (diff) | |
download | linux-c7c6e9494cc9a4a5b1a2ca870ed4531ad2b98a83.tar.xz |
Merge branch 'upstream'
Diffstat (limited to 'drivers/connector/Makefile')
-rw-r--r-- | drivers/connector/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/connector/Makefile b/drivers/connector/Makefile index 12ca79e8234d..1f255e46e916 100644 --- a/drivers/connector/Makefile +++ b/drivers/connector/Makefile @@ -1,3 +1,4 @@ obj-$(CONFIG_CONNECTOR) += cn.o +obj-$(CONFIG_PROC_EVENTS) += cn_proc.o cn-y += cn_queue.o connector.o |