Code Review
/
vswitchperf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
combined
(merge:
bee94ff
4579c75
)
Merge "src: Add QEMU makefile"
author
Maryam Tahhan
<maryam.tahhan@intel.com>
Wed, 12 Aug 2015 10:57:13 +0000
(10:57 +0000)
committer
Gerrit Code Review
<gerrit@172.30.200.206>
Wed, 12 Aug 2015 10:57:13 +0000
(10:57 +0000)
1
2
src/Makefile
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
src/Makefile
index
20e7890
,
496b717
..
0b62da3
---
1
/
src/Makefile
---
2
/
src/Makefile
+++ b/
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