diff options
Diffstat (limited to 'arch/ia64/xen/Makefile')
-rw-r--r-- | arch/ia64/xen/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/ia64/xen/Makefile b/arch/ia64/xen/Makefile index eb595637a8ca..abc356f0c5da 100644 --- a/arch/ia64/xen/Makefile +++ b/arch/ia64/xen/Makefile | |||
@@ -2,4 +2,5 @@ | |||
2 | # Makefile for Xen components | 2 | # Makefile for Xen components |
3 | # | 3 | # |
4 | 4 | ||
5 | obj-y := hypercall.o xencomm.o xcom_hcall.o grant-table.o | 5 | obj-y := hypercall.o xensetup.o xen_pv_ops.o \ |
6 | xencomm.o xcom_hcall.o grant-table.o | ||