Skip to content
This repository was archived by the owner on Apr 13, 2019. It is now read-only.

Commit 950dc3f

Browse files
author
Michael Clark
committed
Merge branch 'qemu-for-testing' into riscv-all
2 parents 7ba0b31 + 49a876d commit 950dc3f

File tree

17 files changed

+1506
-95
lines changed

17 files changed

+1506
-95
lines changed

Makefile.objs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ trace-events-subdirs += hw/nvram
228228
trace-events-subdirs += hw/pci
229229
trace-events-subdirs += hw/pci-host
230230
trace-events-subdirs += hw/ppc
231+
trace-events-subdirs += hw/riscv
231232
trace-events-subdirs += hw/rdma
232233
trace-events-subdirs += hw/rdma/vmw
233234
trace-events-subdirs += hw/s390x

hw/riscv/Makefile.objs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ obj-y += boot.o
22
obj-y += riscv_htif.o
33
obj-y += riscv_hart.o
44
obj-y += sifive_e.o
5+
obj-y += sifive_clic.o
56
obj-y += sifive_clint.o
67
obj-y += sifive_prci.o
78
obj-y += sifive_plic.o

0 commit comments

Comments
 (0)