Makefile (58e16d792a6a8c6b750f637a4649967fcac853dc) | Makefile (268a2d60013049cfd9a0aada77284aa6ea8ad26a) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Common code for all Loongson based systems 4# 5 6obj-$(CONFIG_MACH_LOONGSON64) += common/ 7 8# --- 7 unchanged lines hidden (view full) --- 16# 17 18obj-$(CONFIG_LEMOTE_MACH2F) += lemote-2f/ 19 20# 21# All Loongson-3 family machines 22# 23 | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Common code for all Loongson based systems 4# 5 6obj-$(CONFIG_MACH_LOONGSON64) += common/ 7 8# --- 7 unchanged lines hidden (view full) --- 16# 17 18obj-$(CONFIG_LEMOTE_MACH2F) += lemote-2f/ 19 20# 21# All Loongson-3 family machines 22# 23 |
24obj-$(CONFIG_CPU_LOONGSON3) += loongson-3/ | 24obj-$(CONFIG_CPU_LOONGSON64) += loongson-3/ |