openwrt/feed/kmod-ili9340/src/Makefile

8 lines
239 B
Makefile

# SPDX-License-Identifier: GPL-2.0
# Core module
obj-$(CONFIG_FB_TFT) += fbtft.o
fbtft-y += fbtft-core.o fbtft-sysfs.o fbtft-bus.o fbtft-io.o
# drivers
obj-$(CONFIG_FB_TFT_ILI9340) += fb_ili9340.o