From 52ad9452ba0d2c05e3952ee0126f278117212459 Mon Sep 17 00:00:00 2001 From: Gaetan Trellu Date: Mon, 28 Jul 2014 10:50:03 -0400 Subject: [PATCH] kmod/core/Makefile: update the Makefile for Debian Like --- kmod/core/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kmod/core/Makefile b/kmod/core/Makefile index a47b7af..3e69b2a 100644 --- a/kmod/core/Makefile +++ b/kmod/core/Makefile @@ -3,7 +3,7 @@ KPATCH_BUILD ?= /lib/modules/$(shell uname -r)/build THISDIR := $(abspath $(dir $(lastword $(MAKEFILE_LIST)))) ifeq ($(wildcard $(KPATCH_BUILD)),) -$(error $(KPATCH_BUILD) doesn\'t exist. Try installing the kernel-devel-$(shell uname -r) RPM.) +$(error $(KPATCH_BUILD) doesn\'t exist. Try installing the kernel-devel-$(shell uname -r) RPM or linux-image-$(shell uname -r)-dbg DEB.) endif KPATCH_MAKE = $(MAKE) -C $(KPATCH_BUILD) M=$(THISDIR)