7 lines
105 B
Makefile
7 lines
105 B
Makefile
|
#
|
||
|
# Makefile for the EISE drivers.
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_SUNXI_EISE) += sunxi_eise.o
|
||
|
sunxi_eise-objs := eise.o
|