History log of /netbsd-src/sys/dev/microcode/ral/Makefile (Results 1 – 7 of 7)
Revision Date Author Comments
# a37025c5 31-May-2018 mrg <mrg@NetBSD.org>

introduce MKFIRMWARE that controls where (most) of the contents
of /libdata/firmware and /usr/libdata/firmware are not installed
if set to "no". from the bsd.README:

MKFIRMWARE If "no", instal

introduce MKFIRMWARE that controls where (most) of the contents
of /libdata/firmware and /usr/libdata/firmware are not installed
if set to "no". from the bsd.README:

MKFIRMWARE If "no", install the /libdata/firmware directory,
which is necessary for several drivers: athn(4), bwfm(4),
ipw(4), iwi(4), iwm(4), iwn(4), otus(4), rtwn(4), urtwn(4),
wpi(4), ral(4), rum(4), run(4), zyd(4), bcm43xx(4), and
the Tegra 124 SoC.
Default: yes on amd64, cobalt, evbarm evbmips, evbppc, hpcarm,
hppa, i386, mac68k, macppc, sandpoint, and sparc64, no elsewhere.

convert MKRADEONFIRMWARE and MKTEGRAFIRMWARE into FOO.arch lists,
and move their defaults above the general defaults setting.

saves about 12MB in a normal installation for other platforms.

show more ...


# 8e3f3a61 27-Apr-2016 christos <christos@NetBSD.org>

Sync with OpenBSD


# 41eefa78 08-Jun-2006 rpaulo <rpaulo@NetBSD.org>

Add cleandir and clean fake targets. I should find a better way to do this.


# e84fae1d 08-Jun-2006 rpaulo <rpaulo@NetBSD.org>

Add a fake includes target.


# a484b73c 07-Jun-2006 rpaulo <rpaulo@NetBSD.org>

Refactor this and use bsd.files.mk instead.


# 6fe7f65c 07-Jun-2006 rpaulo <rpaulo@NetBSD.org>

Define proginstall (empty) and afterinstall (to install the firmware).


# e2c5d8e6 04-Jun-2006 rpaulo <rpaulo@NetBSD.org>

Framework to build Ralink wireless cards binary firmwares based on
Ralink distributed microcode.h.

From OpenBSD.