aboutsummaryrefslogtreecommitdiff
path: root/src/arch/i386/lib/Makefile.inc
blob: a1cf617fb2fc9d79c5bef5bd9bda00884d1d9cb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
obj-y += c_start.o
obj-y += cpu.o
obj-y += pci_ops_conf1.o
obj-y += pci_ops_conf2.o
obj-y += pci_ops_mmconf.o
obj-y += pci_ops_auto.o
obj-y += exception.o

initobj-y += printk_init.o
initobj-y += cbfs_and_run.o

ifdef POST_EVALUATION
$(obj)/arch/i386/lib/console.o :: $(obj)/build.h
endif