diff options
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 00000000000..3b2cf43d60f --- /dev/null +++ b/drivers/misc/c2port/Makefile @@ -0,0 +1,3 @@ +obj-$(CONFIG_C2PORT) += core.o + +obj-$(CONFIG_C2PORT_DURAMAR_2150) += c2port-duramar2150.o |