summaryrefslogtreecommitdiff
path: root/include/kernel.mk
AgeCommit message (Expand)Author
2023-07-08kernel: fix KernelPackage when all KCONFIG are versionedJohn Thomson
2023-06-14generic: groundwork for RISC-VZoltan HERPAI
2022-12-17kernel: Make KERNEL_MAKEOPTS recursively expandedHauke Mehrtens
2022-10-20kernel: disable stack validation for external module builds as neededMark Mentovai
2022-06-21kernel: filter -no-plt from KCFLAGSKevin Darbyshire-Bryant
2022-06-20kernel: support setting extra CFLAGS for kernel compilationRafał Miłecki
2022-06-19kernel: use KCFLAGS for passing EXTRA_OPTIMIZATION flagsRafał Miłecki
2022-05-18build: use KBUILD_HOSTLDFLAGSStijn Tintel
2022-05-18build: drop HOST_LOADLIBESStijn Tintel
2021-03-18build: use -nostdinc and -isystem in NOSTDINC_FLAGS for out-of-tree kernel mo...Felix Fietkau
2021-02-05build: use SPDX license tagsPaul Spooren
2020-11-19build: create $(PKG_SYMVERS_DIR) if non-existentSebastian Kemper
2020-11-13build: pass KBUILD_EXTRA_SYMBOLS with symvers files for kernel module packagesFelix Fietkau
2020-04-09build: move symvers files to kernel build dirFelix Fietkau
2020-01-26build: Add KBUILD_HOSTLDLIBSHauke Mehrtens
2019-10-09kernel.mk: add KCFLAGS to make kmods reproduciblePaul Spooren
2019-10-02build: force disable stack validation during kernel build on non-linux systemsFelix Fietkau
2019-08-05build: include BUILD_VARIANT in PKG_BUILD_DIRJeffery To
2019-07-03build: skip kernel stack validation when building on macOSFelix Fietkau
2019-06-06build: fix external module symbol collection if build_dir is a symlinkRoman Yeryomin
2019-02-28include/kernel: sort autoload modules list to fix reproducible buildsAlexander Couzens
2018-12-18build: fix build dependency of kmod .ipk with version filtered filesYousong Zhou
2018-12-03kernel: fix downloading rcX releasesRafał Miłecki
2018-10-20build: remove obsolete -rc kernel testing rewritesChristian Lamparter
2018-10-06build: insert blank line after KernelPackage template to allow chaining calls...Felix Fietkau
2018-09-29build: fix kernel headers install for umlFelix Fietkau
2018-04-12include/kernel.mk: build kmod packages with empty FILESMatthias Schiffer
2017-12-16kernel: include: remove last .0 from kernel versions againHauke Mehrtens
2017-11-07build: fix module symbol collection if build_dir is a symlinkJonas Gorski
2017-11-07include: kernel.mk: simplify module autoloadingJo-Philipp Wich
2017-10-28build: actually fix the creation of PKG_INFO_DIRJonas Gorski
2017-10-28build: ensure PKG_INFO_DIR exists before trying to use itJonas Gorski
2017-10-27kernel: collect module symvers for external modulesJonas Gorski
2017-10-24include: Silence external kernel version checksFlorian Fainelli
2017-10-24kernel: fixup KARCH for powerpc64 buildsFlorian Larysch
2017-07-21Revert "kernel: do not try to probe builtin modules on empty kmod package ins...Jo-Philipp Wich
2017-07-20kernel: do not try to probe builtin modules on empty kmod package installJonas Gorski
2017-06-19build: Fix not altering KERNELRELEASE for external kernelHauke Mehrtens
2017-06-17build: move definition of KBUILD_BUILD_TIMESTAMP to include/kernel.mkAlexander Couzens
2017-06-07build: add KERNEL_MAKE and KERNEL_MAKE_FLAGS variables and move to kernel.mkFelix Fietkau
2017-05-29build: fix kmod package build on non-GNU systemsFelix Fietkau
2017-05-27build: fix possible issue with kmod package having multiple AutoLoad'sYousong Zhou
2017-05-25include: Determine MODULES_DIR correctly for external/git kernelsFlorian Fainelli
2017-01-04kernel: allow subtarget specific KernelPackageStijn Tintel
2016-12-17build: implement make check and make package/X/checkFelix Fietkau
2016-08-05kernel: make the kernel build auto-clean the build dir like package buildsFelix Fietkau
2016-06-07build: split scripts/metadata.pl into target-metadata.pl and package-metadata.plFelix Fietkau
2016-04-15include: fix nonshared flag handlingJo-Philipp Wich
2016-04-06include/kernel.mk: flag kmod packages as nonshared by defaultJo-Philipp Wich
2016-04-13include: remove now unused PACKAGE_SUBDIR variableJo-Philipp Wich