diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-18 18:27:50 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-18 18:27:50 -0700 |
commit | fc15bc817eecd5c13581adab2a182c07edededa0 (patch) | |
tree | 4495364581afd49596e88882f58a2f1196bc512f /drivers/uio/Makefile | |
parent | a8dcf12f9e8ba113251c04d602f1695d537fb142 (diff) | |
parent | bc4c4f45acbe1f1528d654b0b1793f25c175bf8f (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/Makefile | 2 |
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 |