blob: 656b3cc0a2a6b48ff7f1c1c731fae31e198b406f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#
# Makefile for loongson based machines.
#
obj-y += setup.o init.o cmdline.o env.o time.o reset.o irq.o \
pci.o bonito-irq.o mem.o machtype.o
#
# Early printk support
#
obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
|