diff options
Diffstat (limited to 'drivers/sbus/Makefile')
-rw-r--r-- | drivers/sbus/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/sbus/Makefile b/drivers/sbus/Makefile new file mode 100644 index 000000000..5c56763af --- /dev/null +++ b/drivers/sbus/Makefile @@ -0,0 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0-only +# +# Makefile for the linux kernel. +# + +obj-$(CONFIG_SBUSCHAR) += char/ |