Sort SRCS.

MFC after:	1 week
This commit is contained in:
Mark Johnston 2017-06-26 21:14:33 +00:00
parent c2a583455e
commit a00230f61a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=320386

View file

@ -2,10 +2,11 @@
.PATH: ${SRCTOP}/sys/compat/linuxkpi/common/src
KMOD= linuxkpi
SRCS= linux_kmod.c \
linux_compat.c \
SRCS= linux_compat.c \
linux_current.c \
linux_hrtimer.c \
linux_idr.c \
linux_kmod.c \
linux_kthread.c \
linux_lock.c \
linux_page.c \
@ -15,7 +16,6 @@ SRCS= linux_kmod.c \
linux_schedule.c \
linux_slab.c \
linux_tasklet.c \
linux_idr.c \
linux_usb.c \
linux_work.c