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
d5d02d6d
Commit
d5d02d6d
authored
Oct 31, 2008
by
Rusty Russell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lguest: fix example launcher compile after moved asm-x86 dir.
Signed-off-by:
Rusty Russell
<
rusty@rustcorp.com.au
>
parent
65fc716f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Documentation/lguest/Makefile
Documentation/lguest/Makefile
+1
-1
Documentation/lguest/lguest.c
Documentation/lguest/lguest.c
+1
-1
No files found.
Documentation/lguest/Makefile
View file @
d5d02d6d
# This creates the demonstration utility "lguest" which runs a Linux guest.
CFLAGS
:=
-Wall
-Wmissing-declarations
-Wmissing-prototypes
-O3
-I
../../include
CFLAGS
:=
-Wall
-Wmissing-declarations
-Wmissing-prototypes
-O3
-I
../../include
-I
../../arch/x86/include
LDLIBS
:=
-lz
all
:
lguest
...
...
Documentation/lguest/lguest.c
View file @
d5d02d6d
...
...
@@ -44,7 +44,7 @@
#include "linux/virtio_console.h"
#include "linux/virtio_rng.h"
#include "linux/virtio_ring.h"
#include "asm
-x86
/bootparam.h"
#include "asm/bootparam.h"
/*L:110 We can ignore the 39 include files we need for this program, but I do
* want to draw attention to the use of kernel-style types.
*
...
...
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