aboutsummaryrefslogtreecommitdiff
path: root/stand/arm
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2017-12-18 04:51:34 +0000
committerWarner Losh <imp@FreeBSD.org>2017-12-18 04:51:34 +0000
commit25c2f4cb95686fa3dc2144872abe6df2a983c608 (patch)
tree5e6e7c261047be84779593a66e3ef4ed4340e37a /stand/arm
parentb5496277c7a5786f92f869b3ff4a201559ba53f0 (diff)
downloadsrc-25c2f4cb95686fa3dc2144872abe6df2a983c608.tar.gz
src-25c2f4cb95686fa3dc2144872abe6df2a983c608.zip
Move loader help file definitions to being 100% inside of loader.mk.
HELP_FILES is a loader only thing, so move it to loader.mk. Only generate the help file if HELP_FILES is defined. Adjust Makefiles to new convention. Fix a few cases where ${.CURDIR}/ was missing resulting in missing bits from the help files. Sponsored by: Netflix
Notes
Notes: svn path=/head/; revision=326926
Diffstat (limited to 'stand/arm')
-rw-r--r--stand/arm/uboot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/stand/arm/uboot/Makefile b/stand/arm/uboot/Makefile
index 2070d8a15ce1..8c4023a81a72 100644
--- a/stand/arm/uboot/Makefile
+++ b/stand/arm/uboot/Makefile
@@ -28,7 +28,7 @@ SRCS= start.S conf.c self_reloc.c vers.c
CWARNFLAGS.self_reloc.c+= -Wno-error=maybe-uninitialized
.endif
-HELP_FILES+= help.uboot ${BOOTSRC}/fdt/help.fdt
+HELP_FILES= ${.CURDIR}/help.uboot ${BOOTSRC}/fdt/help.fdt
# Always add MI sources
.include "${BOOTSRC}/loader.mk"