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