X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2FMakefile;h=b159c167f8b4b5dc03f4416556cff4836318b263;hp=1aeb3f43624f3956ee776b7516a0b288b6e6b224;hb=ddd9fd13627552b915753b06be997921cc904466;hpb=6541ca672276d841db22cc18a003303cf517ea89 diff --git a/palacios/src/devices/Makefile b/palacios/src/devices/Makefile index 1aeb3f4..b159c16 100644 --- a/palacios/src/devices/Makefile +++ b/palacios/src/devices/Makefile @@ -26,5 +26,6 @@ obj-$(CONFIG_NETDISK) += netdisk.o obj-$(CONFIG_CGA) += cga.o obj-$(CONFIG_TELNET_CONSOLE) += telnet_cons.o +obj-$(CONFIG_CURSES_CONSOLE) += curses_cons.o obj-$(CONFIG_PASSTHROUGH_PCI) += pci_passthrough.o