Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
fd2e8d43
Commit
fd2e8d43
authored
Sep 09, 2015
by
Michael S. Tsirkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tools/virtio: propagate V=X to kernel build
Signed-off-by:
Michael S. Tsirkin
<
mst@redhat.com
>
parent
4e9fa50c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tools/virtio/Makefile
tools/virtio/Makefile
+1
-1
No files found.
tools/virtio/Makefile
View file @
fd2e8d43
...
...
@@ -6,7 +6,7 @@ vringh_test: vringh_test.o vringh.o virtio_ring.o
CFLAGS
+=
-g
-O2
-Werror
-Wall
-I
.
-I
../include/
-I
../../usr/include/
-Wno-pointer-sign
-fno-strict-overflow
-fno-strict-aliasing
-fno-common
-MMD
-U_FORTIFY_SOURCE
vpath
%.c
../../drivers/virtio
../../drivers/vhost
mod
:
${MAKE}
-C
`
pwd
`
/../..
M
=
`
pwd
`
/vhost_test
${MAKE}
-C
`
pwd
`
/../..
M
=
`
pwd
`
/vhost_test
V
=
${V}
.PHONY
:
all test mod clean
clean
:
${RM}
*
.o vringh_test virtio_test vhost_test/
*
.o vhost_test/.
*
.cmd
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment