summaryrefslogtreecommitdiff
path: root/drivers/uio/Makefile
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@woody.linux-foundation.org>2007-07-18 18:27:50 -0700
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-07-18 18:27:50 -0700
commitfc15bc817eecd5c13581adab2a182c07edededa0 (patch)
tree4495364581afd49596e88882f58a2f1196bc512f /drivers/uio/Makefile
parenta8dcf12f9e8ba113251c04d602f1695d537fb142 (diff)
parentbc4c4f45acbe1f1528d654b0b1793f25c175bf8f (diff)
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/uio-2.6
* master.kernel.org:/pub/scm/linux/kernel/git/gregkh/uio-2.6: UIO: Hilscher CIF card driver UIO: Documentation UIO: Add the User IO core code
Diffstat (limited to 'drivers/uio/Makefile')
-rw-r--r--drivers/uio/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/uio/Makefile b/drivers/uio/Makefile
new file mode 100644
index 000000000000..7fecfb459da5
--- /dev/null
+++ b/drivers/uio/Makefile
@@ -0,0 +1,2 @@
+obj-$(CONFIG_UIO) += uio.o
+obj-$(CONFIG_UIO_CIF) += uio_cif.o