diff options
Diffstat (limited to 'drivers/mux/Makefile')
| -rw-r--r-- | drivers/mux/Makefile | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/drivers/mux/Makefile b/drivers/mux/Makefile new file mode 100644 index 000000000000..09f0299e109d --- /dev/null +++ b/drivers/mux/Makefile @@ -0,0 +1,5 @@ +# +# Makefile for multiplexer devices. +# + +obj-$(CONFIG_MULTIPLEXER)	+= mux-core.o |