aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lguest/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/lguest/Makefile')
-rw-r--r--drivers/lguest/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/lguest/Makefile b/drivers/lguest/Makefile
index a4567c99991b..d330f5b8c456 100644
--- a/drivers/lguest/Makefile
+++ b/drivers/lguest/Makefile
@@ -6,7 +6,7 @@ obj-$(CONFIG_LGUEST) += lg.o
6lg-y = core.o hypercalls.o page_tables.o interrupts_and_traps.o \ 6lg-y = core.o hypercalls.o page_tables.o interrupts_and_traps.o \
7 segments.o io.o lguest_user.o 7 segments.o io.o lguest_user.o
8 8
9lg-$(CONFIG_X86_32) += x86/switcher_32.o 9lg-$(CONFIG_X86_32) += x86/switcher_32.o x86/core.o
10 10
11Preparation Preparation!: PREFIX=P 11Preparation Preparation!: PREFIX=P
12Guest: PREFIX=G 12Guest: PREFIX=G