aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files
diff options
context:
space:
mode:
authorMarcin Wojtas <mw@FreeBSD.org>2020-07-28 10:08:07 +0000
committerMarcin Wojtas <mw@FreeBSD.org>2020-07-28 10:08:07 +0000
commitcd21fc6a4dc6ef009f62f15a8f2a4bfcabfe856a (patch)
treeaba0e9875dfbe83f5cf2f14a57aa8f39456f6788 /sys/conf/files
parentb77fd846925d3b3d569f0eaeace9adaf10dca6cd (diff)
downloadsrc-cd21fc6a4dc6ef009f62f15a8f2a4bfcabfe856a.tar.gz
src-cd21fc6a4dc6ef009f62f15a8f2a4bfcabfe856a.zip
Fix ENA build when integrated into kernel
Provide missing rules for ena_datapath.c and ena_netmap.c, which prevented the ENA driver from building. This issue was showing up only when building the driver statically into the kernel. PR: 248116 Submitted by: Artur Rojek <ar@semihalf.com> MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D25796 Obtained from: Semihalf Sponsored by: Amazon, Inc.
Notes
Notes: svn path=/head/; revision=363638
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 59ef9368419e..2f9e75d73d41 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1641,6 +1641,10 @@ dev/e1000/e1000_osdep.c optional em \
dev/et/if_et.c optional et
dev/ena/ena.c optional ena \
compile-with "${NORMAL_C} -I$S/contrib"
+dev/ena/ena_datapath.c optional ena \
+ compile-with "${NORMAL_C} -I$S/contrib"
+dev/ena/ena_netmap.c optional ena \
+ compile-with "${NORMAL_C} -I$S/contrib"
dev/ena/ena_sysctl.c optional ena \
compile-with "${NORMAL_C} -I$S/contrib"
contrib/ena-com/ena_com.c optional ena