8 lines
208 B
Makefile
8 lines
208 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Makefile for the Linux Kernel SoC Loongson-2 specific device drivers
|
|
#
|
|
|
|
obj-$(CONFIG_LOONGSON2_GUTS) += loongson2_guts.o
|
|
obj-$(CONFIG_LOONGSON2_PM) += loongson2_pm.o
|