7 lines
100 B
Makefile
7 lines
100 B
Makefile
|
#
|
||
|
# Makefile for the ISE drivers.
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_SUNXI_ISE) += sunxi_ise.o
|
||
|
sunxi_ise-objs := ise.o
|