mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Unbreak the arm build, by spelling LIBSRCS correctly.
This commit is contained in:
parent
a2a9fbb490
commit
7aab344dc1
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ GENSRCS+= xm.h
|
|||
LIBSRCS+= armfbsd-nat.c
|
||||
LIBSRCS+= arm-tdep.c armfbsd-tdep.c solib.c solib-svr4.c
|
||||
.if !defined(GDB_CROSS_DEBUGGER)
|
||||
LIBSRC+= fbsd-threads.c
|
||||
LIBSRCS+= fbsd-threads.c
|
||||
.endif
|
||||
|
||||
nm.h:
|
||||
|
|
|
|||
Loading…
Reference in a new issue