Fix depend target.

This commit is contained in:
hselasky 2013-02-05 12:37:50 +00:00
parent 2ab43ec83e
commit 7dec4a9503

View File

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