diff options
| author | Shailend Chand <shailend@google.com> | 2024-11-05 19:38:29 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2024-11-06 15:06:41 +0000 |
| commit | d438b4ef0cfc6986b93d0754f49ebf3ead50f269 (patch) | |
| tree | d96d8e6afc734a75d912f0e90bd4d6e6f7597ad5 /sys/modules/gve/Makefile | |
| parent | 6ac22dc3d82395b88f1d8a404aa9985306f06656 (diff) | |
Diffstat (limited to 'sys/modules/gve/Makefile')
| -rw-r--r-- | sys/modules/gve/Makefile | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/sys/modules/gve/Makefile b/sys/modules/gve/Makefile index 13c88c6c0a96..08b26a994e36 100644 --- a/sys/modules/gve/Makefile +++ b/sys/modules/gve/Makefile @@ -1,6 +1,6 @@ # SPDX-License-Identifier: BSD-3-Clause # -# Copyright (c) 2023 Google LLC +# Copyright (c) 2023-2024 Google LLC # # Redistribution and use in source and binary forms, with or without modification, # are permitted provided that the following conditions are met: @@ -30,7 +30,15 @@ .PATH: ${SRCTOP}/sys/dev/gve KMOD= if_gve -SRCS= gve_main.c gve_adminq.c gve_utils.c gve_qpl.c gve_rx.c gve_tx.c gve_sysctl.c +SRCS= gve_main.c \ + gve_adminq.c \ + gve_utils.c \ + gve_qpl.c \ + gve_rx.c \ + gve_rx_dqo.c \ + gve_tx.c \ + gve_tx_dqo.c \ + gve_sysctl.c SRCS+= device_if.h bus_if.h pci_if.h .include <bsd.kmod.mk> |
