Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cardigliano committed Feb 7, 2024
1 parent 3bb5c7c commit b5c2289
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/intel/ixgbevf/ixgbevf-4.18.9-zc/src/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#####################

SHELL := $(shell which bash)
#HAVE_PF_RING_DKMS BUILD_DIR := $(dir $(lastword $(MAKEFILE_LIST)))

readlink = $(shell readlink -f ${1})

Expand Down Expand Up @@ -424,7 +423,6 @@ export INSTALL_MOD_DIR ?= updates/drivers/net/ethernet/intel/${DRIVER}
# If the check_aux_bus script exists, then this driver depends on the
# auxiliary module. Run the script to determine if we need to include
# auxiliary files with this build.
#HAVE_PF_RING_DKMS CHECK_AUX_BUS ?= ${BUILD_DIR}/check_aux_bus
CHECK_AUX_BUS ?= ../scripts/check_aux_bus
ifneq ($(call test_file,${CHECK_AUX_BUS}),)
NEED_AUX_BUS := $(shell ${CHECK_AUX_BUS} --ksrc="${KSRC}" --build-kernel="${BUILD_KERNEL}" >/dev/null 2>&1; echo $$?)
Expand Down

0 comments on commit b5c2289

Please sign in to comment.