qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 1/8] added next source files to Makefile.target


From: Andreas Färber
Subject: Re: [Qemu-devel] [PATCH 1/8] added next source files to Makefile.target
Date: Mon, 22 Aug 2011 00:31:20 +0200

Am 18.08.2011 um 00:09 schrieb Bryce Lanham:


Signed-off-by: Bryce Lanham <address@hidden>
---
Makefile.target |    2 ++
1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile.target b/Makefile.target
index 43624dc..ad0bd6b 100644
--- a/Makefile.target
+++ b/Makefile.target

@@ -316,6 +316,7 @@ obj-microblaze-$(CONFIG_FDT) += device_tree.o
# Boards
obj-cris-y = cris_pic_cpu.o
obj-cris-y += cris-boot.o
+obj-cris-y += etraxfs.o axis_dev88.o
obj-cris-y += axis_dev88.o

# IO blocks

Accidental, unrelated change?

@@ -374,6 +375,7 @@ obj-sh4-y += ide/mmio.o
obj-m68k-y = an5206.o mcf5206.o mcf_uart.o mcf_intc.o mcf5208.o mcf_fec.o
obj-m68k-y += m68k-semi.o dummy_m68k.o
obj-m68k-y += m68k_mac.o
+obj-m68k-y += next-cube.o next-kbd.o next-fb.o next-net.o framebuffer.o

Nack. Those files are added later in the series, so this will break the build. Add each file in the respective patch where you introduce it, so that a) the project keeps compiling and b) the source files in the patch get compiled for error checking.

Andreas


obj-s390x-y = s390-virtio-bus.o s390-virtio.o

--
1.7.2.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]