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
cc86f1ea4d
commit
d72bb9b024
@ -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