To build the driver:
  make sure /usr/src/linux is a symlink to the source for the running kernel.
  run:
   # make

To install the driver:
  become root
  # make install

To load the driver:
  become root
  # modprobe cpcieject
