6 lines
110 B
Makefile
6 lines
110 B
Makefile
|
#
|
||
|
# Makefile for vbus notifier
|
||
|
#
|
||
|
subdir-ccflags-y := -Wformat
|
||
|
obj-$(CONFIG_VBUS_NOTIFIER) += vbus_notifier.o
|