X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2FMakefile;h=1d6b0df80d0b8e07e68461a3adefebf0208e1729;hp=44c4b910115070fd0df99f82585b05787c30a7b9;hb=46b8faf02be8ec628db5683bc6fdb55e72344c18;hpb=2b21111e5aec30a54f47383a11b179b0bd226463 diff --git a/palacios/src/devices/Makefile b/palacios/src/devices/Makefile index 44c4b91..1d6b0df 100644 --- a/palacios/src/devices/Makefile +++ b/palacios/src/devices/Makefile @@ -22,3 +22,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