diff options
Diffstat (limited to 'linux/linux-ext-fbtft.mk')
-rw-r--r-- | linux/linux-ext-fbtft.mk | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/linux/linux-ext-fbtft.mk b/linux/linux-ext-fbtft.mk index 6892c89a4e..3e6a3cce7c 100644 --- a/linux/linux-ext-fbtft.mk +++ b/linux/linux-ext-fbtft.mk @@ -4,9 +4,7 @@ # Patch the linux kernel with fbtft extension ################################################################################ -ifeq ($(BR2_LINUX_KERNEL_EXT_FBTFT),y) -# Add dependency to fbtft package (download helper for the fbtft source) -LINUX_PATCH_DEPENDENCIES += fbtft +LINUX_EXTENSIONS += fbtft # for linux >= 3.15 install to drivers/video/fbdev/fbtft # for linux < 3.15 install to drivers/video/fbtft @@ -22,7 +20,3 @@ define FBTFT_PREPARE_KERNEL >> $${dest}/Kconfig ; \ echo 'obj-y += fbtft/' >> $${dest}/Makefile endef - -LINUX_PRE_PATCH_HOOKS += FBTFT_PREPARE_KERNEL - -endif #BR2_LINUX_KERNEL_EXT_FBTFT |