diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2020-03-20 21:06:58 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2020-03-20 21:06:58 +0000 |
| commit | 15fe2513996eaa8857fcf66a632814b5f9374b03 (patch) | |
| tree | 4f4095aa8c678b762399eae8e4e011ae0082edc3 /sys/modules/iser | |
| parent | 99258935eb2bbb0c8b0ec77c632d7f90a4f6642c (diff) | |
Notes
Diffstat (limited to 'sys/modules/iser')
| -rw-r--r-- | sys/modules/iser/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/sys/modules/iser/Makefile b/sys/modules/iser/Makefile index 027f4f9bd8e4..c24c42a0f6fb 100644 --- a/sys/modules/iser/Makefile +++ b/sys/modules/iser/Makefile @@ -11,13 +11,9 @@ SRCS= icl_iser.c SRCS+= iser_initiator.c SRCS+= iser_memory.c SRCS+= iser_verbs.c -SRCS+= vnode_if.h -SRCS+= opt_inet.h -SRCS+= opt_inet6.h -SRCS+= opt_cam.h -SRCS+= bus_if.h -SRCS+= device_if.h -SRCS+= icl_conn_if.h + +SRCS+= ${LINUXKPI_GENSRCS} +SRCS+= opt_inet.h opt_inet6.h opt_cam.h icl_conn_if.h CFLAGS+= -I${SYSDIR}/ CFLAGS+= -I${SYSDIR}/ofed/include |
