diff options
author | Paul Mackerras <paulus@samba.org> | 2008-11-19 16:10:32 +1100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-11-19 16:10:32 +1100 |
commit | cea555d384b85271035814c5adad23e6c7fc5d2a (patch) | |
tree | 1181b6333a69a135293ec75f8a48c849ee32c015 /drivers/misc/c2port/Makefile | |
parent | 78608dd32ce46789e970d6c3c423cd668c138d6c (diff) | |
parent | 7f0f598a0069d1ab072375965a4b69137233169c (diff) | |
download | op-kernel-dev-cea555d384b85271035814c5adad23e6c7fc5d2a.zip op-kernel-dev-cea555d384b85271035814c5adad23e6c7fc5d2a.tar.gz |
Merge branch 'linux-2.6' into next
Diffstat (limited to 'drivers/misc/c2port/Makefile')
-rw-r--r-- | drivers/misc/c2port/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/misc/c2port/Makefile b/drivers/misc/c2port/Makefile new file mode 100644 index 0000000..3b2cf43 --- /dev/null +++ b/drivers/misc/c2port/Makefile @@ -0,0 +1,3 @@ +obj-$(CONFIG_C2PORT) += core.o + +obj-$(CONFIG_C2PORT_DURAMAR_2150) += c2port-duramar2150.o |