We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb39f83 commit e68ccd1Copy full SHA for e68ccd1
drivers/lguest/Makefile
@@ -1,6 +1,3 @@
1
-# Guest requires the device configuration and probing code.
2
-obj-$(CONFIG_LGUEST_GUEST) += lguest_device.o
3
-
4
# Host requires the other files, which can be a module.
5
obj-$(CONFIG_LGUEST) += lg.o
6
lg-y = core.o hypercalls.o page_tables.o interrupts_and_traps.o \
drivers/lguest/lguest_device.c
0 commit comments