From: Mark McLoughlin Date: Thu, 22 Oct 2009 16:49:11 +0000 (+0100) Subject: build: add CONFIG_LINUX X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~9882 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dffcb71cb51511994ce179472413060c023f2da5;p=sdk%2Femulator%2Fqemu.git build: add CONFIG_LINUX So I can add a tap-linux.c and use CONFIG_LINUX to pull it in in Makefile Signed-off-by: Mark McLoughlin Signed-off-by: Anthony Liguori --- diff --git a/configure b/configure index 6b4faf6..b9fc32b 100755 --- a/configure +++ b/configure @@ -1897,6 +1897,10 @@ else echo "CONFIG_POSIX=y" >> $config_host_mak fi +if test "$linux" = "yes" ; then + echo "CONFIG_LINUX=y" >> $config_host_mak +fi + if test "$darwin" = "yes" ; then echo "CONFIG_DARWIN=y" >> $config_host_mak fi