aboutsummaryrefslogtreecommitdiff
path: root/stand/efi
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2018-03-12 21:40:09 +0000
committerWarner Losh <imp@FreeBSD.org>2018-03-12 21:40:09 +0000
commitf7b26b765b5fcbccf33e41637961ba6330010115 (patch)
tree949e29b813b7b00250b00983bc9a8b36ecad68b7 /stand/efi
parent2472d925057536a47557cb5fa0855b45b6067f70 (diff)
downloadsrc-f7b26b765b5fcbccf33e41637961ba6330010115.tar.gz
src-f7b26b765b5fcbccf33e41637961ba6330010115.zip
Use the one-line-per-file pattern here, and sort the file names.
Sponsored by: Netflix
Notes
Notes: svn path=/head/; revision=330812
Diffstat (limited to 'stand/efi')
-rw-r--r--stand/efi/libefi/Makefile16
1 files changed, 14 insertions, 2 deletions
diff --git a/stand/efi/libefi/Makefile b/stand/efi/libefi/Makefile
index c88eb4d44099..3f6d297539a8 100644
--- a/stand/efi/libefi/Makefile
+++ b/stand/efi/libefi/Makefile
@@ -5,8 +5,20 @@
LIB= efi
WARNS?= 2
-SRCS= delay.c devpath.c efi_console.c efichar.c efinet.c efipart.c env.c errno.c \
- handles.c wchar.c libefi.c efi_driver_utils.c efizfs.c devicename.c
+SRCS= delay.c \
+ devicename.c \
+ devpath.c \
+ efi_console.c \
+ efi_driver_utils.c \
+ efichar.c \
+ efinet.c \
+ efipart.c \
+ efizfs.c \
+ env.c \
+ errno.c \
+ handles.c \
+ libefi.c \
+ wchar.c
.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
SRCS+= time.c