mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2025-02-15 00:18:03 +00:00
10 lines
182 B
Makefile
10 lines
182 B
Makefile
#
|
|
# Makefile for the Zinitix Touchscreen driver
|
|
#
|
|
TARGET = zt7650m_ts
|
|
|
|
$(TARGET)-objs := zinitix_ts.o
|
|
obj-$(CONFIG_TOUCHSCREEN_ZINITIX_ZT7650M) += $(TARGET).o
|
|
|
|
ccflags-y += -Wformat
|