repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
arch
/
mips
/
loongson32
/
Makefile
blob
ba10954b4b2128cb81e489abdaa2a39a1118156f
1
# SPDX-License-Identifier: GPL-2.0-only
2
#
3
# Common code for all Loongson 1 based systems
4
#
5
6
obj-
$(
CONFIG_MACH_LOONGSON32
) +=
common
/
7
8
#
9
# Loongson LS1B board
10
#
11
12
obj-
$(
CONFIG_LOONGSON1_LS1B
) +=
ls1b
/
13
14
#
15
# Loongson LS1C board
16
#
17
18
obj-
$(
CONFIG_LOONGSON1_LS1C
) +=
ls1c
/