Makefile (7ae9fb1b7ecbb5d85d07857943f677fd1a559b18) | Makefile (67694c076bd7d6b8b73c59d4881822f0493caf35) |
---|---|
1# SPDX-License-Identifier: GPL-2.0+ 2# 3# Makefile for the Linux Kernel SoC Loongson-2 specific device drivers 4# 5 6obj-$(CONFIG_LOONGSON2_GUTS) += loongson2_guts.o | 1# SPDX-License-Identifier: GPL-2.0+ 2# 3# Makefile for the Linux Kernel SoC Loongson-2 specific device drivers 4# 5 6obj-$(CONFIG_LOONGSON2_GUTS) += loongson2_guts.o |
7obj-$(CONFIG_LOONGSON2_PM) += loongson2_pm.o |
|