kboot: Use SRCS+= instead of continuation lines
Use SRCS+= to allow for better ifdefs Sponsored by: Netflix
This commit is contained in:
@@ -6,10 +6,10 @@ WARNS?= 4
|
||||
.PATH: ${.CURDIR}/arch/${MACHINE_ARCH}
|
||||
CFLAGS+=-I${.CURDIR} -I${.CURDIR}/arch/${MACHINE_ARCH}
|
||||
|
||||
SRCS= crt1.c \
|
||||
host_syscall.S \
|
||||
host_syscalls.c \
|
||||
termios.c
|
||||
SRCS= crt1.c
|
||||
SRCS+= host_syscall.S
|
||||
SRCS+= host_syscalls.c
|
||||
SRCS+= termios.c
|
||||
|
||||
.sinclude "${.CURDIR}/arch/${MACHINE_ARCH}/Makefile.inc"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user