X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2FMakefile;h=f720996bb1830c2041affb8cb770fc260fccc7ab;hp=1d6b0df80d0b8e07e68461a3adefebf0208e1729;hb=b54cbe1dbbe15ed228de7472ea284df96ecce909;hpb=1786dcbd1b5a05d2591556db17bff62465713ee1 diff --git a/palacios/src/devices/Makefile b/palacios/src/devices/Makefile index 1d6b0df..f720996 100644 --- a/palacios/src/devices/Makefile +++ b/palacios/src/devices/Makefile @@ -23,4 +23,5 @@ obj-$(CONFIG_NE2K) += ne2k.o obj-$(CONFIG_NET_CD) += net_cd.o obj-$(CONFIG_NET_HD) += net_hd.o -obj-$(CONFIG_VIDEO) += video.o +obj-$(CONFIG_CGA) += cga.o +obj-$(CONFIG_TELNET_CONSOLE) += telnet_cons.o