Makefile 176 B

1234567
  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. endif