This website requires JavaScript.
Explore
Help
Sign In
kevin
/
linux
Watch
1
Fork
0
You've already forked linux
Code
3ef2c5be9c
linux
/
arch
/
x86
/
lguest
/
Makefile
2 lines
29 B
Makefile
Raw
Normal View
History
Unescape
Escape
Move lguest guest support to arch/x86. Lguest has two sides: host support (to launch guests) and guest support (replacement boot path and paravirt_ops). This moves the guest side to arch/x86/lguest where it's closer to related code. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Cc: Andi Kleen <ak@suse.de>
2007-10-21 18:01:54 -07:00
obj-y
:=
i386_head.o boot.o
Copy Permalink