From: Alastair Tse Date: Fri, 9 Feb 2007 10:21:12 +0000 (+0000) Subject: Add missing Makefile in x86_64/compat so that it builds on x86_64. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15340 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=982965741d777beb7f79e46e15a05f8c6dd2ce1e;p=xen.git Add missing Makefile in x86_64/compat so that it builds on x86_64. Signed-off-by: Alastair Tse --- diff --git a/xen/arch/x86/x86_64/compat/Makefile b/xen/arch/x86/x86_64/compat/Makefile new file mode 100644 index 0000000000..6547e0c737 --- /dev/null +++ b/xen/arch/x86/x86_64/compat/Makefile @@ -0,0 +1,2 @@ +obj-y += entry.o +