mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 23:04:36 -04:00
libsys/powerpc/Symbol.sys.map was removed due to all symbols moving to
libc.
Fixes: d7847a8d35 lib{c,sys}: return wrapped syscall APIs to libc
5 lines
152 B
Makefile
5 lines
152 B
Makefile
CFLAGS+= -I${LIBC_SRCTOP}/powerpc
|
|
CFLAGS+= -I${LIBSYS_SRCTOP}/powerpc
|
|
|
|
.PATH: ${LIBSYS_SRCTOP}/powerpc
|
|
.include "${LIBSYS_SRCTOP}/powerpc/Makefile.sys"
|