From d965b252487b121d0ae1e64db6c85863a2092afd Mon Sep 17 00:00:00 2001 From: Adrian Knoth Date: Sat, 29 Jun 2013 12:24:20 +0200 Subject: [PATCH] Fix Makefile to build with PTP support --- kmod/igb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kmod/igb/Makefile b/kmod/igb/Makefile index adff0e0..58986e9 100644 --- a/kmod/igb/Makefile +++ b/kmod/igb/Makefile @@ -42,7 +42,7 @@ BUILD_KERNEL=$(shell uname -r) endif # Use IGB_PTP compile flag to enable IEEE-1588 PTP (documented in README) -ifeq ($(filter %IGB_PTP,$(CFLAGS_EXTRA)),-DIGB_PTP) +ifeq ($(filter %IGB_PTP,$(EXTRA_CFLAGS)),-DIGB_PTP) CFILES += igb_ptp.c endif -- 2.7.4