[POWERPC] mpc5200: add #address-cells and #size-cells to soc node.
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / lguest / Makefile
CommitLineData
19f1537b
RR
1# Guest requires the device configuration and probing code.
2obj-$(CONFIG_LGUEST_GUEST) += lguest_device.o
3
709e8926
RR
4# Host requires the other files, which can be a module.
5obj-$(CONFIG_LGUEST) += lg.o
1f4e1de4 6lg-y = core.o hypercalls.o page_tables.o interrupts_and_traps.o \
15045275 7 segments.o lguest_user.o
1f4e1de4 8
625efab1 9lg-$(CONFIG_X86_32) += x86/switcher_32.o x86/core.o
f938d2c8
RR
10
11Preparation Preparation!: PREFIX=P
12Guest: PREFIX=G
13Drivers: PREFIX=D
14Launcher: PREFIX=L
15Host: PREFIX=H
16Switcher: PREFIX=S
17Mastery: PREFIX=M
18Beer:
19 @for f in Preparation Guest Drivers Launcher Host Switcher Mastery; do echo "{==- $$f -==}"; make -s $$f; done; echo "{==-==}"
20Preparation Preparation! Guest Drivers Launcher Host Switcher Mastery:
21 @sh ../../Documentation/lguest/extract $(PREFIX) `find ../../* -name '*.[chS]' -wholename '*lguest*'`