X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2FMakefile;h=a9b7f543115e12760ef6c5598b770307f72cb16e;hp=81ecbf22076b1d148bc57470e126e677934236c9;hb=0121a4503305424096e2b5c5bd3b6c3af2d813e5;hpb=ec01e0d8a7a3debd92ce2787a9d8bfd15d38df04 diff --git a/palacios/src/devices/Makefile b/palacios/src/devices/Makefile index 81ecbf2..a9b7f54 100644 --- a/palacios/src/devices/Makefile +++ b/palacios/src/devices/Makefile @@ -16,6 +16,8 @@ obj-$(CONFIG_OS_DEBUG) += os_debug.o obj-$(CONFIG_PCI) += pci.o obj-$(CONFIG_PIIX3) += piix3.o obj-$(CONFIG_SYM_SWAP) += sym_swap.o +obj-$(CONFIG_SYM_SWAP2) += sym_swap2.o +obj-$(CONFIG_DISK_MODEL) += disk_model.o obj-$(CONFIG_NE2K) += ne2k.o