mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
db5815641c
same as top-level target name for "device runfw" kernel option and caused cyclic dependancy that lead to kernel build breakage Module change is not strictly required and done for name unification sake PR: conf/175751 Submitted by: Issei <i10a at herbmint.jp>
12 lines
219 B
Makefile
12 lines
219 B
Makefile
# $FreeBSD$
|
|
|
|
KMOD= runfw
|
|
FIRMWS= run.fw:runfw:1
|
|
|
|
CLEANFILES= run.fw
|
|
|
|
run.fw: ${.CURDIR}/../../contrib/dev/run/rt2870.fw.uu
|
|
uudecode -p ${.CURDIR}/../../contrib/dev/run/rt2870.fw.uu > ${.TARGET}
|
|
|
|
.include <bsd.kmod.mk>
|