kvm: qemu: work around dhclient brokenness
[kvm-userspace.git] / user / config-powerpc.mak
bloba0f7810b0d148f516ac75ece5ee67e9d4f739ee5
1 CFLAGS += -m32
2 CFLAGS += -D__powerpc__
3 CFLAGS += -I $(KERNELDIR)/include
4 # for some reaons binutils hates tlbsx unless we say we're 405 :(
5 CFLAGS += -Wa,-mregnames,-m405
7 %.bin: %.o
8 $(OBJCOPY) -O binary $^ $@
10 testobjs := \
11 io.bin \
12 spin.bin \
13 sprg.bin \
14 44x/tlbsx.bin \
15 44x/tlbwe_16KB.bin \
16 44x/tlbwe_hole.bin \
17 44x/tlbwe.bin
19 tests := $(addprefix test/powerpc/, $(testobjs))
21 all: kvmtrace kvmctl $(tests)
23 kvmctl_objs = main-ppc.o iotable.o ../libkvm/libkvm.a
25 arch_clean:
26 rm -f $(tests)