From 67dc32f6da719f483b6dbad72e145908a28d4c38 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 11 Jul 2016 16:51:25 +0200 Subject: Detect kernel automatically MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a25208d..45c1c9f 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ PKGNAME = gammad COMMAND = gammad -KERNEL = linux +KERNEL = $(shell uname | tr '[A-Z]_' '[a-z]-') SRC = filter gammad output ramps util -- cgit v1.2.3-70-g09d2