blob: 4e3889dec39e5ed1c34de756cec738197b585fc1 (
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
#
# Early printk support
#
obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
|