diff options
Diffstat (limited to 'drivers/i3c/Makefile')
-rw-r--r-- | drivers/i3c/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/i3c/Makefile b/drivers/i3c/Makefile new file mode 100644 index 000000000..11982efbc --- /dev/null +++ b/drivers/i3c/Makefile @@ -0,0 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0 +i3c-y := device.o master.o +obj-$(CONFIG_I3C) += i3c.o +obj-$(CONFIG_I3C) += master/ |