aboutsummaryrefslogtreecommitdiff
path: root/package/kernel/button-hotplug/Makefile
Commit message (Collapse)AuthorAge
* button-hotplug: simplify buildFelix Fietkau2022-10-24
| | | | | | Remove unnecessary kconfig junk Signed-off-by: Felix Fietkau <nbd@nbd.name>
* kernel: replace SUBDIRS with M in package recipesTomasz Maciej Nowak2020-02-22
| | | | | | | The SUBDIRS variable has been removed in kernel 5.4, and was deprecated since the beginnig of kernel git history in favour of M or KBUILD_EXTMOD. Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
* build: use KERNEL_MAKE_FLAGS for kernel file compilationsKarl Vogel2017-10-29
| | | | | | | The build system already defines KERNEL_CROSS which defaults to TARGET_CROSS. Make use of this variable for kernel makefiles. Signed-off-by: Karl Vogel <karl.vogel@gmail.com>
* treewide: add license tagsFlorian Eckert2017-06-24
| | | | | | Add licence tags where missing. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* kernel/button-hotplug: drop Build/Prepare rule in favor of default oneAlexandru Ardelean2016-10-15
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* button-hotplug: describe module a bit better & mention gpio-button-hotplugHauke Mehrtens2014-05-14
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 40764
* button-hotplug: add missing dependency on kmod-input-coreFelix Fietkau2013-07-19
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37429
* packages: clean up the package folderJohn Crispin2013-06-21
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37007