qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Gabriel Costa <gabriel291075@gmail.com>
To: qemu-devel@nongnu.org
Cc: qemu-arm@nongnu.org, peter.maydell@linaro.org, f4bug@amsat.org,
	Gabriel Augusto Costa <gabriel291075@gmail.com>
Subject: [Qemu-devel] [PATCH v6]arm: Makefiles to kinetis k64 platform
Date: Thu, 26 Oct 2017 06:34:13 -0400	[thread overview]
Message-ID: <1509014053-28134-7-git-send-email-costa@advantech.ca> (raw)
In-Reply-To: <1509014053-28134-1-git-send-email-costa@advantech.ca>

From: Gabriel Augusto Costa <gabriel291075@gmail.com>

This file change the Makefiles to compile the mk64fn1m0 machine.

Signed-off-by: Gabriel Augusto Costa <gabriel291075@gmail.com>
---
 default-configs/arm-softmmu.mak | 1 +
 hw/arm/Makefile.objs            | 1 +
 hw/char/Makefile.objs           | 1 +
 hw/misc/Makefile.objs           | 3 +++
 4 files changed, 6 insertions(+)

diff --git a/default-configs/arm-softmmu.mak b/default-configs/arm-softmmu.mak
index 5059d13..a835d4f
--- a/default-configs/arm-softmmu.mak
+++ b/default-configs/arm-softmmu.mak
@@ -130,3 +130,4 @@ CONFIG_SMBIOS=y
 CONFIG_ASPEED_SOC=y
 CONFIG_GPIO_KEY=y
 CONFIG_MSF2=y
+CONFIG_KINETIS_K64=y
diff --git a/hw/arm/Makefile.objs b/hw/arm/Makefile.objs
index 2794e08..874a38a
--- a/hw/arm/Makefile.objs
+++ b/hw/arm/Makefile.objs
@@ -20,3 +20,4 @@ obj-$(CONFIG_FSL_IMX6) += fsl-imx6.o sabrelite.o
 obj-$(CONFIG_ASPEED_SOC) += aspeed_soc.o aspeed.o
 obj-$(CONFIG_MPS2) += mps2.o
 obj-$(CONFIG_MSF2) += msf2-soc.o msf2-som.o
+obj-$(CONFIG_KINETIS_K64) += mk64fn1m0.o
diff --git a/hw/char/Makefile.objs b/hw/char/Makefile.objs
index 1bcd37e..75b194c
--- a/hw/char/Makefile.objs
+++ b/hw/char/Makefile.objs
@@ -31,3 +31,4 @@ common-obj-$(CONFIG_SCLPCONSOLE) += sclpconsole.o sclpconsole-lm.o
 
 obj-$(CONFIG_VIRTIO) += virtio-serial-bus.o
 obj-$(CONFIG_TERMINAL3270) += terminal3270.o
+obj-$(CONFIG_KINETIS_K64) += kinetis_k64_uart.o
diff --git a/hw/misc/Makefile.objs b/hw/misc/Makefile.objs
index 19202d9..c5c8589
--- a/hw/misc/Makefile.objs
+++ b/hw/misc/Makefile.objs
@@ -61,3 +61,6 @@ obj-$(CONFIG_AUX) += auxbus.o
 obj-$(CONFIG_ASPEED_SOC) += aspeed_scu.o aspeed_sdmc.o
 obj-y += mmio_interface.o
 obj-$(CONFIG_MSF2) += msf2-sysreg.o
+obj-$(CONFIG_KINETIS_K64) += kinetis_k64_mcg.o
+obj-$(CONFIG_KINETIS_K64) += kinetis_k64_pmux.o
+obj-$(CONFIG_KINETIS_K64) += kinetis_k64_system.o
-- 
2.1.4

  parent reply	other threads:[~2017-10-26 14:38 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-26 10:34 [Qemu-devel] [PATCH v5 0/5]arm: kinetis_k64 Gabriel Costa
2017-10-26 10:34 ` [Qemu-devel] [PATCH v5 1/5]arm: kinetis_k64_mcg Gabriel Costa
2017-10-27 13:13   ` KONRAD Frederic
2017-10-26 10:34 ` [Qemu-devel] [PATCH v5 3/5]arm: kinetis_k64_system Gabriel Costa
2017-10-27 13:20   ` KONRAD Frederic
2017-10-27 14:39     ` Gabriel Costa
2017-10-26 10:34 ` [Qemu-devel] [PATCH v5 4/5]arm: kinetis_k64_uart Gabriel Costa
2017-10-27 13:26   ` KONRAD Frederic
2017-10-27 15:18     ` Gabriel Costa
2017-10-26 10:34 ` [Qemu-devel] [PATCH v5 5/5]arm: mk64fn1m0 Gabriel Costa
2017-10-26 10:34 ` Gabriel Costa [this message]
2017-10-26 15:04   ` [Qemu-devel] [PATCH v6]arm: Makefiles to kinetis k64 platform no-reply
2017-10-26 15:27   ` no-reply
2017-10-27 13:07   ` KONRAD Frederic
2017-10-27 14:25     ` Gabriel Costa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1509014053-28134-7-git-send-email-costa@advantech.ca \
    --to=gabriel291075@gmail.com \
    --cc=f4bug@amsat.org \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).