Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
cardigliano committed Feb 8, 2024
1 parent 13a654f commit 92f84e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion drivers/intel/ice/ice-1.12.7-zc/src/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,9 @@ export INSTALL_AUX_DIR ?= updates/drivers/net/ethernet/intel/auxiliary

# If we're installing auxiliary bus out-of-tree, the following steps are
# necessary to ensure the relevant files get put in place.
AUX_BUS_HEADER ?= linux/auxiliary_bus.h
#HAVE_PF_RING
#AUX_BUS_HEADER ?= linux/auxiliary_bus.h
AUX_BUS_HEADER ?= auxiliary_bus.h
ifeq (${NEED_AUX_BUS},2)
define auxiliary_post_install
install -D -m 644 Module.symvers ${INSTALL_MOD_PATH}/lib/modules/${KVER}/extern-symvers/intel_auxiliary.symvers
Expand Down

0 comments on commit 92f84e5

Please sign in to comment.