Fix the scc(4) module build. Without the file it's missing a required symbol.
Approved by: nwhitehorn (mentor) MFC after: 3 days
This commit is contained in:
parent
342a7804fb
commit
9b7d718a85
@ -6,7 +6,7 @@
|
||||
scc_bfe= scc_bfe_ebus.c scc_bfe_sbus.c
|
||||
.endif
|
||||
.if ${MACHINE_CPUARCH} == "powerpc"
|
||||
scc_bfe= scc_bfe_macio.c scc_bfe_quicc.c
|
||||
scc_bfe= scc_bfe_macio.c scc_bfe_quicc.c scc_dev_quicc.c
|
||||
.endif
|
||||
|
||||
KMOD= scc
|
||||
|
Loading…
x
Reference in New Issue
Block a user