X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2FMakefile;h=2c5a0669429ad2731f199592d292d0c42f2d0b05;hb=3b250574aa0961aea7cc3ac3ca65f3e76672b977;hp=88356e1da389a6849732af0576ba34e65db11281;hpb=4cc7f00cbe637224fb12baaf0e95f8b0040eb7bd;p=palacios.git diff --git a/palacios/src/devices/Makefile b/palacios/src/devices/Makefile index 88356e1..2c5a066 100644 --- a/palacios/src/devices/Makefile +++ b/palacios/src/devices/Makefile @@ -22,6 +22,7 @@ obj-$(CONFIG_PIIX3) += piix3.o obj-$(CONFIG_SWAPBYPASS_DISK_CACHE) += swapbypass_cache.o obj-$(CONFIG_SWAPBYPASS_DISK_CACHE2) += swapbypass_cache2.o obj-$(CONFIG_DISK_MODEL) += disk_model.o +obj-$(CONFIG_NIC_BRIDGE) += nic_bridge.o obj-$(CONFIG_NE2K) += ne2k.o