]> Git Repo - qemu.git/commitdiff
Makefile.user: Define CONFIG_USER_ONLY for libuser/
authorAndreas Färber <[email protected]>
Sat, 9 Jun 2012 11:56:42 +0000 (13:56 +0200)
committerStefan Hajnoczi <[email protected]>
Fri, 22 Jun 2012 08:41:31 +0000 (09:41 +0100)
In *-*-user/ build dirs CONFIG_USER_ONLY is defined via config-target.h.
In libuser/ it is not defined.

Add it via QEMU_CFLAGS.

Signed-off-by: Andreas Färber <[email protected]>
Reviewed-by: Paolo Bonzini <[email protected]>
Signed-off-by: Stefan Hajnoczi <[email protected]>
Makefile.user

index 0ffefe813f211b8e05260d1a14d249e63e30beb3..1783b2a2572e8f286d29edb3cc5dc8c6d5b0199e 100644 (file)
@@ -10,6 +10,7 @@ $(call set-vpath, $(SRC_PATH))
 
 QEMU_CFLAGS+=-I..
 QEMU_CFLAGS += -I$(SRC_PATH)/include
+QEMU_CFLAGS += -DCONFIG_USER_ONLY
 
 include $(SRC_PATH)/Makefile.objs
 
This page took 0.02528 seconds and 4 git commands to generate.