From 6adc23eccf020daf77c6e3a6a9d0057d567c88da Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Wed, 13 Nov 2013 15:19:08 -0500 Subject: [PATCH] Fix build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0a9e45e..97aa044 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ ARCH=$(shell uname -m) DIST=fc18 ifeq ($(wildcard /lib/modules/$(KVER)/build),) - KVER=3.11.4-101.$(DIST).$(ARCH) + KVER=3.10.6-100.$(DIST).$(ARCH) endif all: -- 2.43.0