b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | --- a/Makefile |
2 | +++ b/Makefile | ||||
3 | @@ -2,7 +2,7 @@ | ||||
4 | # Makefile for the output source package | ||||
5 | # | ||||
6 | |||||
7 | -ifeq ($(KERNELRELEASE),) | ||||
8 | +ifeq ($(KERNELVERSION),) | ||||
9 | |||||
10 | MAKEFLAGS += --no-print-directory | ||||
11 | SHELL := /usr/bin/env bash |