Skip to content

Commit 1f4ce3b

Browse files
committed
fbtft: add screen notification overlay
Signed-off-by: Vincent-FK <vincent.buso@funkey-project.com>
1 parent 3c6c84a commit 1f4ce3b

7 files changed

Lines changed: 3014 additions & 1 deletion

File tree

drivers/staging/fbtft/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: GPL-2.0
22
# Core module
33
obj-$(CONFIG_FB_TFT) += fbtft.o
4-
fbtft-y += fbtft-core.o fbtft-sysfs.o fbtft-bus.o fbtft-io.o
4+
fbtft-y += fbtft-core.o fbtft-sysfs.o fbtft-bus.o fbtft-io.o fb_text.o
55

66
# drivers
77
obj-$(CONFIG_FB_TFT_AGM1264K_FL) += fb_agm1264k-fl.o

0 commit comments

Comments
 (0)