mirror of https://github.com/OpenIPC/firmware.git
12 lines
380 B
Makefile
12 lines
380 B
Makefile
################################################################################
|
|
#
|
|
# linux_kernel_ext_allwinner_patcher
|
|
#
|
|
################################################################################
|
|
|
|
LINUX_EXTENSIONS += allwinner_patcher
|
|
|
|
define ALLWINNER_PATCHER_PREPARE_KERNEL
|
|
$(ALLWINNER_PATCHER_PKGDIR)/apply.sh $(@D) $(BR2_LINUX_KERNEL_EXT_ALLWINNER_PATCHER_LIST)
|
|
endef
|