How do I prepare the XEN kernel in order to install the ATI drivers?

In other words, how does the following change when I am in XEN?

cd /usr/src/linux <--- where is the source for the XEN kernel [here is my question focused]
make mrproper
make cloneconfig
make modules_prepare
make clean
etc. etc.

--Gatekeeper