X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2FMakefile;h=f3a553ead43dc979ed19f7529ba458288736f21f;hb=498deda77301293d53089f7be0e56b914c932dfa;hp=3eb4a874133b55779107109f75c1a512b4891a6a;hpb=94f67717b6461df514dc225ed84f03b44c44061b;p=palacios-OLD.git diff --git a/palacios/src/devices/Makefile b/palacios/src/devices/Makefile index 3eb4a87..f3a553e 100644 --- a/palacios/src/devices/Makefile +++ b/palacios/src/devices/Makefile @@ -1,5 +1,6 @@ obj-$(V3_CONFIG_APIC) += apic.o obj-$(V3_CONFIG_IO_APIC) += io_apic.o +obj-$(V3_CONFIG_MPTABLE) += mptable.o obj-$(V3_CONFIG_PIT) += 8254.o obj-$(V3_CONFIG_PIC) += 8259a.o obj-$(V3_CONFIG_BOCHS_DEBUG) += bochs_debug.o