diff options
Diffstat (limited to 'drivers/soc/loongson/Makefile')
-rw-r--r-- | drivers/soc/loongson/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/soc/loongson/Makefile b/drivers/soc/loongson/Makefile new file mode 100644 index 000000000000..263c486df638 --- /dev/null +++ b/drivers/soc/loongson/Makefile @@ -0,0 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0+ +# +# Makefile for the Linux Kernel SoC Loongson-2 specific device drivers +# + +obj-$(CONFIG_LOONGSON2_GUTS) += loongson2_guts.o |