7 lines
162 B
Makefile
7 lines
162 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
|