blob: a63f75dc41a17a565d86fc7b71d7856f217d3cb1 [file] [log] [blame]
Rusty Russell709e8922007-07-19 01:49:27 -07001# Host requires the other files, which can be a module.
2obj-$(CONFIG_LGUEST) += lg.o
Rusty Russell1f4e1de2007-10-22 11:03:25 +10003lg-y = core.o hypercalls.o page_tables.o interrupts_and_traps.o \
Rusty Russell15045272007-10-22 11:24:10 +10004 segments.o lguest_user.o
Rusty Russell1f4e1de2007-10-22 11:03:25 +10005
Jes Sorensen625efab2007-10-22 11:03:28 +10006lg-$(CONFIG_X86_32) += x86/switcher_32.o x86/core.o
Rusty Russellf938d2c2007-07-26 10:41:02 -07007
8Preparation Preparation!: PREFIX=P
9Guest: PREFIX=G
10Drivers: PREFIX=D
11Launcher: PREFIX=L
12Host: PREFIX=H
13Switcher: PREFIX=S
14Mastery: PREFIX=M
15Beer:
16 @for f in Preparation Guest Drivers Launcher Host Switcher Mastery; do echo "{==- $$f -==}"; make -s $$f; done; echo "{==-==}"
17Preparation Preparation! Guest Drivers Launcher Host Switcher Mastery:
18 @sh ../../Documentation/lguest/extract $(PREFIX) `find ../../* -name '*.[chS]' -wholename '*lguest*'`