Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
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.
# 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
LDLIBS
:=
-lz
all
:
lguest
all
:
lguest
...
...
Documentation/lguest/lguest.c
View file @
d5d02d6d
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
#include "linux/virtio_console.h"
#include "linux/virtio_console.h"
#include "linux/virtio_rng.h"
#include "linux/virtio_rng.h"
#include "linux/virtio_ring.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
/*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.
* 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