mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
There should have been a tab after SRCS+=
This commit is contained in:
parent
f4f891a751
commit
773e120f25
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ SRCS+= ${file}.c
|
|||
.endfor
|
||||
|
||||
.if ${MACHINE_CPUARCH} == "arm" && ${MK_ARM_EABI} != "no"
|
||||
SRCS+= aeabi_idivmod.S \
|
||||
SRCS+= aeabi_idivmod.S \
|
||||
aeabi_ldivmod.S \
|
||||
aeabi_uidivmod.S \
|
||||
aeabi_uldivmod.S
|
||||
|
|
|
|||
Loading…
Reference in a new issue