7 lines
106 B
Makefile
7 lines
106 B
Makefile
|
#
|
||
|
# Makefile for padctrl support.
|
||
|
#
|
||
|
subdir-ccflags-y = -Werror
|
||
|
|
||
|
obj-$(CONFIG_PADCTRL) += padctrl-core.o
|