Doh! two last second refactoring typos crept in. Fix.
This commit is contained in:
parent
d2fb1699ac
commit
336c4b45ea
@ -13,11 +13,11 @@ TARGET_CPUARCH= ${TARGET_ARCH:C/mipse[bl]/mips/:C/armeb/arm/}
|
||||
TARGET_CPUARCH= ${MACHINE_CPUARCH}
|
||||
TARGET_ARCH= ${MACHINE_ARCH}
|
||||
.endif
|
||||
.if exists(${.CURDIR}/../arch/${TARGET_ARCH}
|
||||
.if exists(${.CURDIR}/../arch/${TARGET_ARCH})
|
||||
CFLAGS+= -I${.CURDIR}/../arch/${TARGET_ARCH}
|
||||
.else
|
||||
CFLAGS+= -I${.CURDIR}/../arch/${TARGET_CPUARCH}
|
||||
.enidf
|
||||
.endif
|
||||
CFLAGS+= -I${.CURDIR}/../common
|
||||
|
||||
OBJECT_FMT= ELF
|
||||
|
Loading…
x
Reference in New Issue
Block a user