Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 373126
b: refs/heads/master
c: e7d26f2
h: refs/heads/master
v: v3
  • Loading branch information
Benjamin Herrenschmidt authored and Alexander Graf committed Apr 26, 2013
1 parent 8c2e964 commit a30258c
Show file tree
Hide file tree
Showing 6 changed files with 491 additions and 20 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 54695c3088a74e25474db8eb6b490b45d1aeb0ca
refs/heads/master: e7d26f285b4be9466c9e393139e1c9cffe4cedfc
5 changes: 4 additions & 1 deletion trunk/arch/powerpc/kvm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,15 @@ kvm-book3s_64-objs-$(CONFIG_KVM_BOOK3S_64_HV) := \
book3s_hv.o \
book3s_hv_interrupts.o \
book3s_64_mmu_hv.o
kvm-book3s_64-builtin-xics-objs-$(CONFIG_KVM_XICS) := \
book3s_hv_rm_xics.o
kvm-book3s_64-builtin-objs-$(CONFIG_KVM_BOOK3S_64_HV) := \
book3s_hv_rmhandlers.o \
book3s_hv_rm_mmu.o \
book3s_64_vio_hv.o \
book3s_hv_ras.o \
book3s_hv_builtin.o
book3s_hv_builtin.o \
$(kvm-book3s_64-builtin-xics-objs-y)

kvm-book3s_64-objs-$(CONFIG_KVM_XICS) += \
book3s_xics.o
Expand Down
Loading

0 comments on commit a30258c

Please sign in to comment.