freebsd-dev/share/doc/legal/Makefile
Ian Lepore a7623790fb Add the firmware blob required to use the sdma hardware in the imx6
processor, and its associated license text (which is similar to a
bsd-3-clause, but with a prohibition against decompiling).  Install a copy
of the license in /usr/share/doc/legal/imx, to comply with the license terms
that requires a copy of the license to be delivered along with the firmware.

Obtained from:	https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/imx/sdma/sdma-imx6q.bin https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/LICENSE.sdma_firmware
2020-11-26 01:40:04 +00:00

13 lines
152 B
Makefile

# $FreeBSD$
SUBDIR= intel_ipw \
intel_iwi \
intel_iwn \
intel_wpi \
realtek
SUBDIR_PARALLEL=
.include <bsd.arch.inc.mk>
.include <bsd.subdir.mk>