aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/arm/at91/boot0spi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/arm/at91/boot0spi/Makefile')
-rw-r--r--sys/boot/arm/at91/boot0spi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/arm/at91/boot0spi/Makefile b/sys/boot/arm/at91/boot0spi/Makefile
index eb6c5b52f593..207d6204cd3b 100644
--- a/sys/boot/arm/at91/boot0spi/Makefile
+++ b/sys/boot/arm/at91/boot0spi/Makefile
@@ -5,7 +5,7 @@
P=boot0spi
FILES=${P}
SRCS=arm_init.S main.c
-NO_MAN=
+MAN=
LDFLAGS=-e 0 -T ${.CURDIR}/../linker.cfg
OBJS+= ${SRCS:N*.h:R:S/$/.o/g}