
accept.acm at gmail
Mar 16, 2012, 11:25 PM
Views: 148
Permalink
|
Hi , all The following code is in the drivers/xen/Makefile. 6 ifdef CONFIG_XEN_PRIVILEGED_GUEST 7 obj-y += fbsetback/ 8 obj-y += privcmd/ 9 obj-$(CONFIG_XEN_KPP_BACKEND) += kppback/ 10 else 11 obj-y += console/ 12 obj-y += fbsetfront/ 13 obj-$(CONFIG_XEN_KPP_FRONTEND) += kppfront/ 14 endif When we compile vmlinux for dom0 , I think we need involve the code in drivers / xen / console. am I right? But the Makefile do not. Regards Wangzhihao
|