From 0a662654de64c36576187471bb1d196dece539bd Mon Sep 17 00:00:00 2001 From: stu2005 <58098330+stu2005@users.noreply.github.com> Date: Sun, 4 Oct 2020 16:16:37 +0900 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f90d8d3..616ffbb 100644 --- a/Makefile +++ b/Makefile @@ -1082,7 +1082,7 @@ config_r: @echo "make config" /bin/bash script/Configure script/config.in -DRIVER_VERSION = $(shell grep "#define DRIVERVERSION" include/rtw_version.h | awk '{print $$3}' | tr -d v\") +DRIVER_VERSION = $(shell grep "\#define DRIVERVERSION" include/rtw_version.h | awk '{print $$3}' | tr -d v\") dkms_install: mkdir -p /usr/src/8812au-$(DRIVER_VERSION)