diff options
author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2021-03-05 11:44:06 +0000 |
---|---|---|
committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2021-03-09 20:01:47 +0000 |
commit | ebe5cf355dca1d7827a70b99a9d9c4f97f78691d (patch) | |
tree | 71ae8c252e0671e01ad7cfa180d3613bfb45e3a0 /sys/modules/linuxkpi/Makefile | |
parent | 94dddbfd00b9d53d1b6a45a58bc87b323cae6791 (diff) | |
download | src-ebe5cf355dca1d7827a70b99a9d9c4f97f78691d.tar.gz src-ebe5cf355dca1d7827a70b99a9d9c4f97f78691d.zip |
Diffstat (limited to 'sys/modules/linuxkpi/Makefile')
-rw-r--r-- | sys/modules/linuxkpi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/linuxkpi/Makefile b/sys/modules/linuxkpi/Makefile index 4274d211b10e..81aa607f1302 100644 --- a/sys/modules/linuxkpi/Makefile +++ b/sys/modules/linuxkpi/Makefile @@ -6,6 +6,7 @@ SRCS= linux_compat.c \ linux_current.c \ linux_devres.c \ linux_dmi.c \ + linux_domain.c \ linux_firmware.c \ linux_hrtimer.c \ linux_idr.c \ |