mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add missing dependency for cpsw module.
Reported by: mjg MFC with: r363700
This commit is contained in:
parent
d53c862742
commit
208fb7e5cf
1 changed files with 1 additions and 1 deletions
|
|
@ -3,6 +3,6 @@
|
|||
.PATH: ${SRCTOP}/sys/arm/ti/cpsw
|
||||
|
||||
KMOD= if_cpsw
|
||||
SRCS= if_cpsw.c device_if.h bus_if.h ofw_bus_if.h miibus_if.h
|
||||
SRCS= if_cpsw.c device_if.h bus_if.h ofw_bus_if.h miibus_if.h syscon_if.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue