X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2FMakefile;h=0e716aae46de1609b9ccb8916611dfabd02a868e;hb=3a4e54ec208ea3589963b410d2d73292bbc4a8fe;hp=44c4b910115070fd0df99f82585b05787c30a7b9;hpb=82b8b87c344fcd1eab22e3f3be5ad54cbb3f8f68;p=palacios.git diff --git a/palacios/src/devices/Makefile b/palacios/src/devices/Makefile index 44c4b91..0e716aa 100644 --- a/palacios/src/devices/Makefile +++ b/palacios/src/devices/Makefile @@ -22,3 +22,8 @@ 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 + +obj-$(CONFIG_PASSTHROUGH_PCI) += pci_passthrough.o \ No newline at end of file