diff options
| author | Warner Losh <imp@FreeBSD.org> | 2006-04-13 17:44:05 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2006-04-13 17:44:05 +0000 |
| commit | e43d852f65c271a71cbf2158ecc178b11c6de8c5 (patch) | |
| tree | c35a4fbe97d558ed41e5b762ddbe40802c4bff6a /sys | |
| parent | e439ab9afefecfc2e521ea4da23fa2884c1073fd (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/boot/arm/at91/boot0/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/arm/at91/boot0/Makefile b/sys/boot/arm/at91/boot0/Makefile index d0c9f2f355740..595cd146baffd 100644 --- a/sys/boot/arm/at91/boot0/Makefile +++ b/sys/boot/arm/at91/boot0/Makefile @@ -6,6 +6,7 @@ NO_MAN= LDFLAGS=-e 0 -T linker.cfg CFLAGS=-O2 -mcpu=arm9 -ffreestanding -I${.CURDIR}/../inc CFLAGS+=-DBOOT0_KB9202 +#CFLAGS+=-DBOOT0_TSC OBJS+= ${SRCS:N*.h:R:S/$/.o/g} CLEANFILES=${OBJS} ${PROG} ${PROG}.out |
