aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: allow specifying kernel releaseMikk Mar2019-08-281-2/+3
| | | | | | | This makes depmod work when building/installing the module for a kernel other than the currently running one. Signed-off-by: Mikk Mar <mikkmar@airmail.cc>
* Makefile: make the depmod path configurableLuis Ressel2019-02-171-1/+2
| | | | Signed-off-by: Luis Ressel <aranea@aixah.de>
* Makefile: don't duplicate code in install and modules-installLuis Ressel2019-02-171-5/+5
| | | | Signed-off-by: Luis Ressel <aranea@aixah.de>
* global: update copyrightJason A. Donenfeld2019-01-071-1/+1
|
* chacha20,poly1305: switch to perlasm originals on mips and armJason A. Donenfeld2018-11-141-1/+1
| | | | | We also separate out Eric Biggers' Cortex A7 implementation into its own file.
* makefile: include selftests in style checkJason A. Donenfeld2018-10-271-1/+1
|
* makefile: do more generic wildcard so as to avoid rename issuesJason A. Donenfeld2018-10-071-1/+1
| | | | | | | Commit ad5e4210 (global: rename include'd C files to be .c) breaks install target for dkms sources. Fix installing selftest/*.c. Suggested-by: Christian Hesse <mail@eworm.de>
* crypto: import zincJason A. Donenfeld2018-09-031-11/+4
|
* blake2s: use union instead of castingJason A. Donenfeld2018-02-141-1/+1
| | | | | This deals with alignment more easily and also helps squelch a clang-analyzer warning.
* global: year bumpJason A. Donenfeld2018-01-031-1/+1
|
* global: add SPDX tags to all filesGreg Kroah-Hartman2017-12-091-0/+4
| | | | | | | | | | | | | It's good to have SPDX identifiers in all files as the Linux kernel developers are working to add these identifiers to all files. Update all files with the correct SPDX license identifier based on the license text of the project or based on the license in the file itself. The SPDX identifier is a legally binding shorthand, which can be used instead of the full boiler plate text. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Modified-by: Jason A. Donenfeld <Jason@zx2c4.com>
* global: style nitsJason A. Donenfeld2017-10-311-1/+4
|
* Makefile: even prettier outputJason A. Donenfeld2017-10-171-0/+4
|
* Makefile: do not clean before clocJason A. Donenfeld2017-10-171-2/+2
|
* contrib: filter compat linesJason A. Donenfeld2017-10-111-1/+1
|
* Makefile: quiet recursive makeJason A. Donenfeld2017-10-091-10/+10
|
* Makefile: clang now builds the kernel, so use scan-buildJason A. Donenfeld2017-10-051-3/+5
| | | | | Also add little stub for coccinelle and clean up semicolon issue it found.
* Makefile: add non-verbose mode to toolsJason A. Donenfeld2017-10-031-1/+4
|
* netlink: switch from ioctl to netlink for configurationJason A. Donenfeld2017-10-021-1/+3
|
* Makefile: add module-install targetJason A. Donenfeld2017-02-141-1/+5
|
* compat: backport siphash & dst_cache from mainlineJason A. Donenfeld2017-02-131-2/+4
|
* build system: add dkms installationJason A. Donenfeld2016-12-091-2/+23
|
* main: add version to dmesgJason A. Donenfeld2016-11-211-3/+10
|
* Rework headers and includesJason A. Donenfeld2016-09-291-1/+1
|
* selftest: move to subfolderJason A. Donenfeld2016-08-021-0/+3
|
* Makefile: check tools as part of make checkJason A. Donenfeld2016-08-021-0/+1
|
* build system: revamp building and configurationJason A. Donenfeld2016-07-181-62/+0
|
* tests: improve test suite and add qemu testerJason A. Donenfeld2016-07-181-1/+1
|
* Makefile: Add more verbose dependency errorsJason A. Donenfeld2016-06-301-0/+32
|
* Initial commitJason A. Donenfeld2016-06-251-0/+60