From 00c1b8197e3e70402d86bc07333f347977ed9b37 Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Fri, 17 Jan 2014 16:54:04 -0500 Subject: [PATCH] Changed default build kernel to the latest kernel in use --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1a9368e..e0f7bf6 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ ARCH=$(shell uname -m) DIST=fc18 ifeq ($(wildcard /lib/modules/$(KVER)/build),) - KVER=3.10.6-100.$(DIST).$(ARCH) + KVER=3.10.12-100.$(DIST).$(ARCH) endif all: -- 2.43.0