Makefile 181 B

12345678
  1. ifdef KBUILD_EXTMOD
  2. # We only get here on kernels 2.6.0-2.6.9 .
  3. # For newer kernels, Kbuild will be included directly by the kernel
  4. # build system.
  5. include $(src)/Kbuild
  6. else
  7. endif