Merge "src: Add QEMU makefile"
authorMaryam Tahhan <maryam.tahhan@intel.com>
Wed, 12 Aug 2015 10:57:13 +0000 (10:57 +0000)
committerGerrit Code Review <gerrit@172.30.200.206>
Wed, 12 Aug 2015 10:57:13 +0000 (10:57 +0000)
1  2 
src/Makefile

diff --cc src/Makefile
@@@ -26,14 -24,11 +26,15 @@@ export VHOST_USE
  # specify upstream package as SUBDIRS - common terms as suggest by gnu-make
  SUBDIRS =
  SUBDIRS += l2fwd
 +ifeq ($(WITH_LINUX),)
  SUBDIRS += dpdk
 +endif
  SUBDIRS += ovs
+ SUBDIRS += qemu
  
 +ifeq ($(WITH_LINUX),)
  # specify package dependency here if needed
  ovs: dpdk
 +endif
  
  include mk/make-subsys.mk