diff options
author | Yang Zhong <yang.zhong@intel.com> | 2019-02-02 15:24:49 +0800 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2019-02-05 16:50:20 +0100 |
commit | 31be0a43b997c552376ab7639f3e0e7acef84984 (patch) | |
tree | 5a65c5750c7965d45e1deee24dce39044a5bb825 /hw | |
parent | 04aa5abc6adcbd02b1eecdc27018c05e1812d0f1 (diff) | |
download | qemu-31be0a43b997c552376ab7639f3e0e7acef84984.zip qemu-31be0a43b997c552376ab7639f3e0e7acef84984.tar.gz qemu-31be0a43b997c552376ab7639f3e0e7acef84984.tar.bz2 |
hw/alpha/Makefile.objs: Create CONFIG_* for alpha
Add the new configs to default-configs/alpha-sofmmu.mak.
Signed-off-by: Yang Zhong <yang.zhong@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20190202072456.6468-21-yang.zhong@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw')
-rw-r--r-- | hw/alpha/Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/alpha/Makefile.objs b/hw/alpha/Makefile.objs index 5c74275..62fdf3e 100644 --- a/hw/alpha/Makefile.objs +++ b/hw/alpha/Makefile.objs @@ -1 +1 @@ -obj-y += dp264.o pci.o typhoon.o +obj-$(CONFIG_DP264) += dp264.o pci.o typhoon.o |