diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2017-06-26 21:14:33 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2017-06-26 21:14:33 +0000 |
| commit | a00230f61a4d0a800474f9768b0a252143103a07 (patch) | |
| tree | d7627edf990bb52386ce566f83060fe99fee8609 /sys/modules/linuxkpi | |
| parent | c2a583455e98eadbfecd85ccdc183533b327bd16 (diff) | |
Notes
Diffstat (limited to 'sys/modules/linuxkpi')
| -rw-r--r-- | sys/modules/linuxkpi/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/modules/linuxkpi/Makefile b/sys/modules/linuxkpi/Makefile index 7565d523994c..bc9716b50ade 100644 --- a/sys/modules/linuxkpi/Makefile +++ b/sys/modules/linuxkpi/Makefile @@ -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 |
