unset LDFLAGS
unset CFLAGS
if [[ "$XEN_TARGET_X86_PAE" == "y" ]]
then
  make pae=y -C xen install
else
  make -C xen install
fi
