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)