summaryrefslogtreecommitdiff
path: root/linux/linux-ext-fbtft.mk
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2015-03-14 15:25:21 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-04-09 23:00:01 +0200
commit700be8e2a48963e67e44088bcf5a17e92d92e6b7 (patch)
tree608d94b0e75a679c55a4dd15098b81d410234076 /linux/linux-ext-fbtft.mk
parent9bd541d3b2a0256d59bc84fb2d204401dcdedb8e (diff)
linux: migrate extensions to use the new infrastructure
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'linux/linux-ext-fbtft.mk')
-rw-r--r--linux/linux-ext-fbtft.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/linux/linux-ext-fbtft.mk b/linux/linux-ext-fbtft.mk
index 6892c89a4..3e6a3cce7 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