5 lines
116 B
Makefile
5 lines
116 B
Makefile
|
#
|
||
|
# Makefile for the embedded vision engine device.
|
||
|
#
|
||
|
obj-$(CONFIG_SUNXI_EVE) += sunxi_eve.o
|
||
|
sunxi_eve-objs := eve.o
|