X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2FMakefile;h=f720996bb1830c2041affb8cb770fc260fccc7ab;hb=b54cbe1dbbe15ed228de7472ea284df96ecce909;hp=44c4b910115070fd0df99f82585b05787c30a7b9;hpb=82b8b87c344fcd1eab22e3f3be5ad54cbb3f8f68;p=palacios.git diff --git a/palacios/src/devices/Makefile b/palacios/src/devices/Makefile index 44c4b91..f720996 100644 --- a/palacios/src/devices/Makefile +++ b/palacios/src/devices/Makefile @@ -22,3 +22,6 @@ obj-$(CONFIG_NE2K) += ne2k.o obj-$(CONFIG_NET_CD) += net_cd.o obj-$(CONFIG_NET_HD) += net_hd.o + +obj-$(CONFIG_CGA) += cga.o +obj-$(CONFIG_TELNET_CONSOLE) += telnet_cons.o