From 69052ff53566bcd0544e11b4997b138646eed141 Mon Sep 17 00:00:00 2001 From: Daniel Pouzzner Date: Mon, 31 Aug 2020 11:52:11 -0500 Subject: [PATCH] linuxkm: explanatory message and error exit on attempted make install. --- linuxkm/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/linuxkm/Makefile b/linuxkm/Makefile index 5d1bb02a5..ada908587 100644 --- a/linuxkm/Makefile +++ b/linuxkm/Makefile @@ -43,7 +43,9 @@ libwolfssl.ko: .PHONY: install install: - @echo Module is libwolfssl.ko in $(MODULE_TOP) + @echo Automatic Linux kernel module installation not yet supported. + @echo Module is $(MODULE_TOP)/libwolfssl.ko + @exit 1 .PHONY: clean clean: