summaryrefslogtreecommitdiffstats
path: root/Makefile.target
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2013-04-16 10:50:38 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2013-04-24 12:18:41 -0500
commitf3aa844bbb2922a5b8393d17620eca7d7e921ab3 (patch)
tree27a261d860f986db78d5de104657a5d8d7a73124 /Makefile.target
parentfca0a70cdb629b1184f80a7531def457f528b4ca (diff)
downloadhqemu-f3aa844bbb2922a5b8393d17620eca7d7e921ab3.zip
hqemu-f3aa844bbb2922a5b8393d17620eca7d7e921ab3.tar.gz
build: include config-{, all-}devices.mak after defining CONFIG_SOFTMMU and CONFIG_USER_ONLY
Moving the inclusions closer to Makefile, and before rules.mak, makes Makefile and Makefile.target more consistent with each other. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Tested-by: Markus Armbruster <armbru@redhat.com> Message-id: 1366102238-12374-1-git-send-email-pbonzini@redhat.com Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target
index 2636103..7e4c77a 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -1,8 +1,8 @@
# -*- Mode: makefile -*-
include ../config-host.mak
-include config-devices.mak
include config-target.mak
+include config-devices.mak
include $(SRC_PATH)/rules.mak
$(call set-vpath, $(SRC_PATH))
OpenPOWER on IntegriCloud