diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-21 09:23:46 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-21 09:23:46 -0800 |
commit | ba93c6297b9cfad5a70b5e5ed13c9dbead6601d3 (patch) | |
tree | 3785afef7c0f7b72ec87f88fc19b88bfb48386fe /drivers/char/ip2/Makefile | |
parent | e031d33efde817ce6b4f907f0fa1ff021301748f (diff) | |
parent | 2b422383c3d8dcd203dd9aea70155be6258dbf6c (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
* git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial:
README: bzip2 is not new
Documentation/Changes: remove outdated translation references
remove dead Radeon URL
SCSI_AACRAID: add a help text
update the i386 defconfig
MAINTAINERS: remove the LANMEDIA entry
Move ip2.c and ip2main.c to drivers/char/ip2/ where the other files
Diffstat (limited to 'drivers/char/ip2/Makefile')
-rw-r--r-- | drivers/char/ip2/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/char/ip2/Makefile b/drivers/char/ip2/Makefile new file mode 100644 index 00000000000..6bfe2543ddc --- /dev/null +++ b/drivers/char/ip2/Makefile @@ -0,0 +1,8 @@ +# +# Makefile for the Computone IntelliPort Plus Driver +# + +obj-$(CONFIG_COMPUTONE) += ip2.o ip2main.o + +ip2-objs := ip2base.o + |