X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2FMakefile;h=1aeb3f43624f3956ee776b7516a0b288b6e6b224;hp=81ecbf22076b1d148bc57470e126e677934236c9;hb=99af50a89f5eb27e7e1c84aba01d72c06edc229a;hpb=3373500a962dba67f09d120d7db3c2ea1d4beee2 diff --git a/palacios/src/devices/Makefile b/palacios/src/devices/Makefile index 81ecbf2..1aeb3f4 100644 --- a/palacios/src/devices/Makefile +++ b/palacios/src/devices/Makefile @@ -16,8 +16,9 @@ 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 obj-$(CONFIG_TMPDISK) += tmpdisk.o obj-$(CONFIG_RAMDISK) += ramdisk.o