There should have been a tab after SRCS+=

This commit is contained in:
Andrew Turner 2013-01-19 03:47:18 +00:00
parent f4f891a751
commit 773e120f25

View File

@ -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