Skip to content
  • David Johnson's avatar
    Use a better strategy to workaround intel module source dir layout. · 9a8f8fb0
    David Johnson authored
    The intel NIC modules store their src in a subdir, and there is no
    top-level Makefile.  DKMS doesn't help you fire off a build in a subdir
    of the src (although it is happy to pull modules from a subdir!).
    
    Prior to this commit, my strategy only worked for build against the
    running kernel.  Now we use a kernel Makefile "hack" to always include
    the src subdir (obj-y += src/) for each of these modules.
    
    I also could've just copied the src/* files into the packages -- but
    that wouldn't have been nice -- and would have left out the COPYRIGHT
    files, etc.
    9a8f8fb0