7 lines
131 B
Makefile
7 lines
131 B
Makefile
|
#
|
||
|
# Makefile for the kernel mixer device drivers.
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_SUNXI_NNA) += nna_sunxi.o
|
||
|
nna_sunxi-$(CONFIG_ARCH_SUN8IW19P1) +=
|