• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/linux/linux-ext-fbtft.mk
Peter SeidererPeter Seiderer committed 03ee513bda711 Jan 2015
Raw file
Source viewDiff to previous
 
1
################################################################################
2
# Linux fbtft extensions
3
#
4
# Patch the linux kernel with fbtft extension
5
################################################################################
6
​
7
LINUX_EXTENSIONS += fbtft
8
​
9
# for linux >= 3.15 install to drivers/video/fbdev/fbtft
10
# for linux < 3.15 install to drivers/video/fbtft
11
define FBTFT_PREPARE_KERNEL
12
    if [ -e $(LINUX_DIR)/drivers/video/fbdev ]; then \
13
        dest=drivers/video/fbdev ; \
14
    else \
15
        dest=drivers/video ; \
16
    fi ; \
17
    mkdir -p $(LINUX_DIR)/$${dest}/fbtft; \
18
    cp -dpfr $(FBTFT_DIR)/* $(LINUX_DIR)/$${dest}/fbtft/ ; \
19
    echo "source \"$${dest}/fbtft/Kconfig\"" \
20
        >> $(LINUX_DIR)/$${dest}/Kconfig ; \
21
    echo 'obj-y += fbtft/' >> $(LINUX_DIR)/$${dest}/Makefile
22
endef
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.