Sound Card

I am trying to install the Creative driver for my X-fi sound blaster card. I moveg to Opensuse from Ubuntu and I not sure if I getting the commands right. The drive is one of the files where you use the terminal go to the folder and run make and make install. but I get this message when I try to run make

amiller@linux-ryl5:~/XFiDrv_Linux_Public_US_1.00> make
make -C /lib/modules/2.6.27.7-9-pae/build M=/home/amiller/XFiDrv_Linux_Public_US_1.00
make[1]: Entering directory /usr/src/linux-2.6.27.7-9-obj/i386/pae' make[1]: *** No targets specified and no makefile found. Stop. make[1]: Leaving directory /usr/src/linux-2.6.27.7-9-obj/i386/pae’
make: *** [all] Error 2
amiller@linux-ryl5:~/XFiDrv_Linux_Public_US_1.00>

Here is the Readme file

====================================================================

Sound Blaster X-Fi Linux 32/64-bit Driver Source Release Readme File
September 2008

====================================================================

The purpose of this document is to describe how to build and install the
X-Fi Linux device driver.

Quick install

=============
In terminal,

  1. Goto source directory
  2. Execute make command as root
    make
    make install

Uninstall

In terminal,

  1. Goto source directory
  2. Execute make command as root
    make uninstall

Copyright (c) 2008 Creative Technology Ltd. All rights reserved.

End of Readme File

Can anyone help me out?