summaryrefslogtreecommitdiffstats
path: root/include/kernel.mk
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove implicit SUBTARGETPaul Spooren2024-04-081-3/+3
* treewide: use APK compatible version schemaPaul Spooren2024-03-221-2/+2
* build: cache kernel module package compilingZeyu Dong2023-10-281-0/+4
* kernel: fix KernelPackage when all KCONFIG are versionedJohn Thomson2023-07-041-1/+1
* generic: groundwork for RISC-VZoltan HERPAI2023-05-281-0/+2
* kernel: Make KERNEL_MAKEOPTS recursively expandedHauke Mehrtens2022-12-171-1/+1
* kernel: disable stack validation for external module builds as neededMark Mentovai2022-10-201-5/+5
* kernel: filter -no-plt from KCFLAGSKevin Darbyshire-Bryant2022-06-211-1/+1
* kernel: support setting extra CFLAGS for kernel compilationRafał Miłecki2022-06-201-1/+1
* kernel: use KCFLAGS for passing EXTRA_OPTIMIZATION flagsRafał Miłecki2022-06-191-1/+1
* build: use KBUILD_HOSTLDFLAGSStijn Tintel2022-05-181-1/+1
* build: drop HOST_LOADLIBESStijn Tintel2022-05-181-1/+0
* build: use -nostdinc and -isystem in NOSTDINC_FLAGS for out-of-tree kernel mo...Felix Fietkau2021-03-181-0/+3
* build: use SPDX license tagsPaul Spooren2021-02-051-5/+2
* build: create $(PKG_SYMVERS_DIR) if non-existentSebastian Kemper2020-11-191-0/+1
* build: pass KBUILD_EXTRA_SYMBOLS with symvers files for kernel module packagesFelix Fietkau2020-11-131-10/+2
* build: move symvers files to kernel build dirFelix Fietkau2020-04-091-4/+6
* build: Add KBUILD_HOSTLDLIBSHauke Mehrtens2020-01-261-0/+1
* kernel.mk: add KCFLAGS to make kmods reproduciblePaul Spooren2019-10-091-0/+1
* build: force disable stack validation during kernel build on non-linux systemsFelix Fietkau2019-10-021-1/+2
* build: include BUILD_VARIANT in PKG_BUILD_DIRJeffery To2019-08-051-1/+1
* build: skip kernel stack validation when building on macOSFelix Fietkau2019-07-031-0/+4
* build: fix external module symbol collection if build_dir is a symlinkRoman Yeryomin2019-06-061-1/+4
* include/kernel: sort autoload modules list to fix reproducible buildsAlexander Couzens2019-02-281-1/+1
* build: fix build dependency of kmod .ipk with version filtered filesYousong Zhou2018-12-181-1/+1
* kernel: fix downloading rcX releasesRafał Miłecki2018-12-031-2/+9
* build: remove obsolete -rc kernel testing rewritesChristian Lamparter2018-10-201-2/+1
* build: insert blank line after KernelPackage template to allow chaining calls...Felix Fietkau2018-10-061-0/+1
* build: fix kernel headers install for umlFelix Fietkau2018-09-291-1/+1
* include/kernel.mk: build kmod packages with empty FILESMatthias Schiffer2018-04-121-4/+2
* kernel: include: remove last .0 from kernel versions againHauke Mehrtens2017-12-161-1/+1
* build: fix module symbol collection if build_dir is a symlinkJonas Gorski2017-11-071-1/+1
* include: kernel.mk: simplify module autoloadingJo-Philipp Wich2017-11-071-51/+21
* build: actually fix the creation of PKG_INFO_DIRJonas Gorski2017-10-281-1/+1
* build: ensure PKG_INFO_DIR exists before trying to use itJonas Gorski2017-10-281-0/+1
* kernel: collect module symvers for external modulesJonas Gorski2017-10-271-0/+27
* include: Silence external kernel version checksFlorian Fainelli2017-10-241-1/+1
* kernel: fixup KARCH for powerpc64 buildsFlorian Larysch2017-10-241-0/+2
* Revert "kernel: do not try to probe builtin modules on empty kmod package ins...Jo-Philipp Wich2017-07-211-2/+0
* kernel: do not try to probe builtin modules on empty kmod package installJonas Gorski2017-07-201-0/+2
* build: Fix not altering KERNELRELEASE for external kernelHauke Mehrtens2017-06-191-2/+1
* build: move definition of KBUILD_BUILD_TIMESTAMP to include/kernel.mkAlexander Couzens2017-06-171-0/+6
* build: add KERNEL_MAKE and KERNEL_MAKE_FLAGS variables and move to kernel.mkFelix Fietkau2017-06-071-0/+29
* build: fix kmod package build on non-GNU systemsFelix Fietkau2017-05-291-1/+1
* build: fix possible issue with kmod package having multiple AutoLoad'sYousong Zhou2017-05-271-9/+12
* include: Determine MODULES_DIR correctly for external/git kernelsFlorian Fainelli2017-05-251-3/+5
* kernel: allow subtarget specific KernelPackageStijn Tintel2017-01-041-0/+2
* build: implement make check and make package/X/checkFelix Fietkau2016-12-171-1/+8
* kernel: make the kernel build auto-clean the build dir like package buildsFelix Fietkau2016-08-051-2/+2
* build: split scripts/metadata.pl into target-metadata.pl and package-metadata.plFelix Fietkau2016-06-071-1/+1