Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356883
b: refs/heads/master
c: b71c9e2
h: refs/heads/master
i:
  356881: c6ec882
  356879: a44c9b0
v: v3
  • Loading branch information
Alexander Graf committed Jan 24, 2013
1 parent e6d7d0f commit 460b551
Show file tree
Hide file tree
Showing 5 changed files with 705 additions and 625 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: 9d98b3ff949dab3bafa2c50856ce9e1f88497f9a
refs/heads/master: b71c9e2fb72cf538aadbc59ea719639a1e2191fa
9 changes: 6 additions & 3 deletions trunk/arch/powerpc/kvm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ common-objs-y = $(addprefix ../../../virt/kvm/, kvm_main.o coalesced_mmio.o \
eventfd.o)

CFLAGS_44x_tlb.o := -I.
CFLAGS_e500_tlb.o := -I.
CFLAGS_e500_mmu.o := -I.
CFLAGS_e500_mmu_host.o := -I.
CFLAGS_emulate.o := -I.

common-objs-y += powerpc.o emulate.o
Expand All @@ -35,7 +36,8 @@ kvm-e500-objs := \
booke_emulate.o \
booke_interrupts.o \
e500.o \
e500_tlb.o \
e500_mmu.o \
e500_mmu_host.o \
e500_emulate.o
kvm-objs-$(CONFIG_KVM_E500V2) := $(kvm-e500-objs)

Expand All @@ -45,7 +47,8 @@ kvm-e500mc-objs := \
booke_emulate.o \
bookehv_interrupts.o \
e500mc.o \
e500_tlb.o \
e500_mmu.o \
e500_mmu_host.o \
e500_emulate.o
kvm-objs-$(CONFIG_KVM_E500MC) := $(kvm-e500mc-objs)

Expand Down
Loading

0 comments on commit 460b551

Please sign in to comment.