aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/emulation/qemu-q35/Makefile.inc
blob: 133a213cc619fb56aaa40ba54430217d7e2be286 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
bootblock-y += bootblock.c

romstage-y += ../qemu-i440fx/fw_cfg.c
romstage-y += ../qemu-i440fx/memmap.c

postcar-y += ../qemu-i440fx/fw_cfg.c
postcar-y += ../qemu-i440fx/memmap.c
postcar-y += ../qemu-i440fx/exit_car.S

ramstage-y += ../qemu-i440fx/fw_cfg.c
ramstage-y += ../qemu-i440fx/memmap.c
ramstage-y += ../qemu-i440fx/northbridge.c