diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2008-10-31 11:24:25 -0500 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2008-10-31 11:24:27 +1100 |
commit | d5d02d6dd394b295abcadd6b0ce4932c07916fdf (patch) | |
tree | 227678c07f2d2598ee62dc846d37968fad44549e /Documentation/lguest/Makefile | |
parent | 65fc716fa673cf98fb5887180fd3c52ca0371198 (diff) | |
download | linux-d5d02d6dd394b295abcadd6b0ce4932c07916fdf.tar.gz linux-d5d02d6dd394b295abcadd6b0ce4932c07916fdf.tar.xz |
lguest: fix example launcher compile after moved asm-x86 dir.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'Documentation/lguest/Makefile')
-rw-r--r-- | Documentation/lguest/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/lguest/Makefile b/Documentation/lguest/Makefile index bac037eb1cda..725eef81cd48 100644 --- a/Documentation/lguest/Makefile +++ b/Documentation/lguest/Makefile @@ -1,5 +1,5 @@ # 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 |