9 lines
220 B
Makefile
9 lines
220 B
Makefile
# $NetBSD: Makefile,v 1.2 2018/05/30 20:54:08 mrg Exp $
|
|
|
|
NOMAN= # defined
|
|
|
|
FILES= ${.CURDIR}/../dist/LICENCE.nvidia ${.CURDIR}/../dist/tegra124/xusb.bin
|
|
FILESDIR= ${FIRMWAREDIR}/nvidia/tegra124
|
|
|
|
.include <bsd.files.mk>
|