6 lines
137 B
Makefile
6 lines
137 B
Makefile
#
|
|
# Makefile for wifi mac addr manager drivers
|
|
#
|
|
sunxi_addr-objs := sunxi-addr.o sha256.o
|
|
obj-$(CONFIG_SUNXI_ADDR_MGT) += sunxi_addr.o
|