| commit | 246ba1173fac2e2469b2a77c08c7c200ccf72375 | [log] [tgz] |
|---|---|---|
| author | Luis R. Rodriguez <mcgrof@kernel.org> | Wed Aug 09 15:26:42 2017 -0700 |
| committer | Luis R. Rodriguez <mcgrof@kernel.org> | Wed Aug 09 15:31:02 2017 -0700 |
| tree | 8e04c3b7723048a4f526b237dc283a10498ceebc | |
| parent | 9c968e593417ccd2d392714cb3c50cf067ec737a [diff] |
kmod: move #ifdef CONFIG_MODULES wrapper to Makefile The entire file is now conditionally compiled only when CONFIG_MODULES is enabled, and this this is a bool. Just move this conditional to the Makefile as its easier to read this way. Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org>