From: Kyle Hale Date: Wed, 22 Jun 2011 22:31:48 +0000 (-0500) Subject: fixed paren in Makefile X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=commitdiff_plain;h=4b84a76813e48c0bec66040a67b15dfba6da0cce fixed paren in Makefile --- diff --git a/palacios/src/extensions/Makefile b/palacios/src/extensions/Makefile index 2365121..afffb62 100644 --- a/palacios/src/extensions/Makefile +++ b/palacios/src/extensions/Makefile @@ -4,5 +4,5 @@ obj-$(V3_CONFIG_EXT_VTSC) += ext_vtsc.o obj-$(V3_CONFIG_EXT_VTIME) += ext_vtime.o obj-$(V3_CONFIG_EXT_INSPECTOR) += ext_inspector.o obj-$(V3_CONFIG_EXT_MACH_CHECK) += ext_mcheck.o -obj-$(V3_CONFIG_EXT_SW_INTERRUPTS += ext_sw_intr.o +obj-$(V3_CONFIG_EXT_SW_INTERRUPTS) += ext_sw_intr.o