View | Details | Raw Unified | Return to bug 175751
Collapse All | Expand All

(-)sys/conf/files (working copy) (-4 / +4 lines)
Lines 2208-2226 Link Here
2208
dev/usb/wlan/if_rum.c          optional rum
2208
dev/usb/wlan/if_rum.c          optional rum
2209
dev/usb/wlan/if_run.c          optional run
2209
dev/usb/wlan/if_run.c          optional run
2210
runfw.c                                optional runfw                         \
2210
runfw.c                                optional runfw                         \
2211
       compile-with    "${AWK} -f $S/tools/fw_stub.awk runfw:runfw -mrunfw -c${.TARGET}"       \
2211
       compile-with    "${AWK} -f $S/tools/fw_stub.awk runfw.fw:runfw -mrunfw -c${.TARGET}"    \
2212
       no-implicit-rule before-depend local                                   \
2212
       no-implicit-rule before-depend local                                   \
2213
       clean           "runfw.c"
2213
       clean           "runfw.c"
2214
runfw.fwo                      optional runfw                                 \
2214
runfw.fwo                      optional runfw                                 \
2215
       dependency      "runfw"                                                \
2215
       dependency      "runfw.fw"                                             \
2216
       compile-with    "${NORMAL_FWO}"                                        \
2216
       compile-with    "${NORMAL_FWO}"                                        \
2217
       no-implicit-rule                                                       \
2217
       no-implicit-rule                                                       \
2218
       clean           "runfw.fwo"
2218
       clean           "runfw.fwo"
2219
runfw                          optional runfw                                 \
2219
runfw.fw                       optional runfw                                 \
2220
       dependency      "$S/contrib/dev/run/rt2870.fw.uu"                      \
2220
       dependency      "$S/contrib/dev/run/rt2870.fw.uu"                      \
2221
       compile-with    "${NORMAL_FW}"                                         \
2221
       compile-with    "${NORMAL_FW}"                                         \
2222
       no-obj no-implicit-rule                                                \
2222
       no-obj no-implicit-rule                                                \
2223
       clean           "runfw"
2223
       clean           "runfw.fw"
2224
dev/usb/wlan/if_uath.c         optional uath
2224
dev/usb/wlan/if_uath.c         optional uath
2225
dev/usb/wlan/if_upgt.c         optional upgt
2225
dev/usb/wlan/if_upgt.c         optional upgt
2226
dev/usb/wlan/if_ural.c         optional ural
2226
dev/usb/wlan/if_ural.c         optional ural
(-)sys/modules/runfw/Makefile (working copy) (-3 / +3 lines)
Lines 1-11 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
KMOD=  runfw
3
KMOD=  runfw
4
FIRMWS=        runfw:runfw:1
4
FIRMWS=        runfw.fw:runfw:1
5
5
6
CLEANFILES=    runfw
6
CLEANFILES=    runfw.fw
7
7
8
runfw: ${.CURDIR}/../../contrib/dev/run/rt2870.fw.uu
8
runfw.fw: ${.CURDIR}/../../contrib/dev/run/rt2870.fw.uu
9
       uudecode -p ${.CURDIR}/../../contrib/dev/run/rt2870.fw.uu > ${.TARGET}
9
       uudecode -p ${.CURDIR}/../../contrib/dev/run/rt2870.fw.uu > ${.TARGET}
10
10
11
.include <bsd.kmod.mk>
11
.include <bsd.kmod.mk>

Return to bug 175751