Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[deliverable/linux.git] / arch / mips / loongson64 / Makefile
1 #
2 # Common code for all Loongson based systems
3 #
4
5 obj-$(CONFIG_MACH_LOONGSON64) += common/
6
7 #
8 # Lemote Fuloong mini-PC (Loongson 2E-based)
9 #
10
11 obj-$(CONFIG_LEMOTE_FULOONG2E) += fuloong-2e/
12
13 #
14 # Lemote loongson2f family machines
15 #
16
17 obj-$(CONFIG_LEMOTE_MACH2F) += lemote-2f/
18
19 #
20 # All Loongson-3 family machines
21 #
22
23 obj-$(CONFIG_CPU_LOONGSON3) += loongson-3/
This page took 0.039602 seconds and 5 git commands to generate.