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 <markmc@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
88b3ec02b2
commit
dffcb71cb5
4
configure
vendored
4
configure
vendored
@ -1897,6 +1897,10 @@ else
|
|||||||
echo "CONFIG_POSIX=y" >> $config_host_mak
|
echo "CONFIG_POSIX=y" >> $config_host_mak
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if test "$linux" = "yes" ; then
|
||||||
|
echo "CONFIG_LINUX=y" >> $config_host_mak
|
||||||
|
fi
|
||||||
|
|
||||||
if test "$darwin" = "yes" ; then
|
if test "$darwin" = "yes" ; then
|
||||||
echo "CONFIG_DARWIN=y" >> $config_host_mak
|
echo "CONFIG_DARWIN=y" >> $config_host_mak
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user