Skip to content

Commit

Permalink
Add SUPPORT_32BIT_IOCTL to CCFLAGS to support 32 bit ioctl system call
Browse files Browse the repository at this point in the history
  • Loading branch information
zchokri committed Nov 29, 2016
1 parent 92a78cd commit 9c757a4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kmod/igb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ endif
# PTP is required for AVB support
CFLAGS_EXTRA += -DIGB_PTP

# Add 32 bit ioctl support
ifeq ($(32BIT_IOCTL_SUPPORT),y)
CFLAGS_EXTRA += -DSUPPORT_32BIT_IOCTL
endif

# Use IGB_PTP compile flag to enable IEEE-1588 PTP (documented in README)
ifeq ($(filter %IGB_PTP,$(CFLAGS_EXTRA)),-DIGB_PTP)
CFILES += igb_ptp.c
Expand Down

0 comments on commit 9c757a4

Please sign in to comment.