qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v5 9/9] disas: Add capstone as submodule


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH v5 9/9] disas: Add capstone as submodule
Date: Wed, 18 Oct 2017 07:48:22 +0200

  Hi,

> +if [ "$capstone_internal" = "yes" ]; then
> +  echo "config-host.h: subdir-capstone" >> $config_host_mak
> +fi

I think this isn't going to work correctly.  In case both capstone and
dtc are used we need a single line with the dependencies, i.e.

  config-host.h: subdir-dtc subdir-capstone

cheers,
  Gerd




reply via email to

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