Fix depend target.
This commit is contained in:
parent
2ab43ec83e
commit
7dec4a9503
@ -42,13 +42,13 @@ OBJCOPY?= objcopy
|
|||||||
SYSCC?= cc
|
SYSCC?= cc
|
||||||
|
|
||||||
CFLAGS+= -DBOOTPROG=\"usbloader\"
|
CFLAGS+= -DBOOTPROG=\"usbloader\"
|
||||||
CFLAGS+= -DUSB_GLOBAL_INCLUDE_FILE="\"bsd_global.h\""
|
CFLAGS+= -DUSB_GLOBAL_INCLUDE_FILE=\"bsd_global.h\"
|
||||||
CFLAGS+= -ffunction-sections -fdata-sections
|
CFLAGS+= -ffunction-sections -fdata-sections
|
||||||
CFLAGS+= -ffreestanding
|
CFLAGS+= -ffreestanding
|
||||||
CFLAGS+= -Wformat -Wall
|
CFLAGS+= -Wformat -Wall
|
||||||
CFLAGS+= -I ${S}
|
CFLAGS+= -I${S}
|
||||||
CFLAGS+= -I ${T}
|
CFLAGS+= -I${T}
|
||||||
CFLAGS+= -I ${.CURDIR}
|
CFLAGS+= -I${.CURDIR}
|
||||||
CFLAGS+= -g
|
CFLAGS+= -g
|
||||||
|
|
||||||
.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
|
.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user