mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-05 12:56:08 +00:00
rtw88: correct SRCS+= in Makefile
Properly spell a SRCS+= for an optional file (this is why it stayed unnoticed so far). MFC after: 3 days
This commit is contained in:
parent
1cbe5012cf
commit
4495b4eb51
@ -15,7 +15,7 @@ SRCS+= phy.c ps.c regd.c
|
||||
SRCS+= rx.c sar.c sec.c tx.c util.c
|
||||
|
||||
.if defined(WITH_CONFIG_PM) && ${WITH_CONFIG_PM} > 0
|
||||
SRCR+= wow.c
|
||||
SRCS+= wow.c
|
||||
CFLAGS+= -DCONFIG_PM=${WITH_CONFIG_PM}
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user