Fix depend target.
This commit is contained in:
parent
2a31bde3cd
commit
4b037d67aa
@ -42,13 +42,13 @@ OBJCOPY?= objcopy
|
||||
SYSCC?= cc
|
||||
|
||||
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+= -ffreestanding
|
||||
CFLAGS+= -Wformat -Wall
|
||||
CFLAGS+= -I ${S}
|
||||
CFLAGS+= -I ${T}
|
||||
CFLAGS+= -I ${.CURDIR}
|
||||
CFLAGS+= -I${S}
|
||||
CFLAGS+= -I${T}
|
||||
CFLAGS+= -I${.CURDIR}
|
||||
CFLAGS+= -g
|
||||
|
||||
.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
|
||||
|
Loading…
Reference in New Issue
Block a user