diff options
Diffstat (limited to 'drivers/mux/Makefile')
| -rw-r--r-- | drivers/mux/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/mux/Makefile b/drivers/mux/Makefile new file mode 100644 index 00000000000..78ebf04c7a9 --- /dev/null +++ b/drivers/mux/Makefile @@ -0,0 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0+ +# +# (C) Copyright 2019 +# Jean-Jacques Hiblot <[email protected]> + +obj-$(CONFIG_$(SPL_)MULTIPLEXER) += mux-uclass.o +obj-$(CONFIG_$(SPL_)MUX_MMIO) += mmio.o |
