From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40777) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHdyW-0001AV-GZ for qemu-devel@nongnu.org; Mon, 18 Mar 2013 13:35:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UHdyL-0001qB-Ai for qemu-devel@nongnu.org; Mon, 18 Mar 2013 13:35:56 -0400 Received: from mail-bk0-x236.google.com ([2a00:1450:4008:c01::236]:32930) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHdyL-0001pr-14 for qemu-devel@nongnu.org; Mon, 18 Mar 2013 13:35:45 -0400 Received: by mail-bk0-f54.google.com with SMTP id w5so2694418bku.27 for ; Mon, 18 Mar 2013 10:35:44 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Mon, 18 Mar 2013 18:34:55 +0100 Message-Id: <1363628125-5310-6-git-send-email-pbonzini@redhat.com> In-Reply-To: <1363628125-5310-1-git-send-email-pbonzini@redhat.com> References: <1363628125-5310-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH 05/35] hw: move another file to hw/alpha/ List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org It references AlphaCPU. Signed-off-by: Paolo Bonzini --- hw/alpha/Makefile.objs | 3 +-- hw/{alpha_typhoon.c => alpha/typhoon.c} | 0 2 files changed, 1 insertion(+), 2 deletions(-) rename hw/{alpha_typhoon.c => alpha/typhoon.c} (100%) diff --git a/hw/alpha/Makefile.objs b/hw/alpha/Makefile.objs index db868d2..bcc32be 100644 --- a/hw/alpha/Makefile.objs +++ b/hw/alpha/Makefile.objs @@ -1,6 +1,5 @@ obj-y = mc146818rtc.o -obj-y += alpha_typhoon.o obj-y := $(addprefix ../,$(obj-y)) -obj-y += dp264.o pci.o +obj-y += dp264.o pci.o typhoon.o diff --git a/hw/alpha_typhoon.c b/hw/alpha/typhoon.c similarity index 100% rename from hw/alpha_typhoon.c rename to hw/alpha/typhoon.c -- 1.8.1.4