From 114242948a205f4759e200bf077a80faebcb7059 Mon Sep 17 00:00:00 2001 From: Aaron Taylor Date: Mon, 26 Apr 2021 04:43:49 -0700 Subject: [PATCH] Manually specified target architecture in Makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fa50e3d..defbfcf 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ kmodincludedir = $(realpath $(KERNEL_SRC))/include/modules # If building the host's driver for a MIC co-processor card, which card # $(ARCH) it should support -export MIC_CARD_ARCH +export MIC_CARD_ARCH = k1om .PHONY: all install modules .PHONY: modules_install conf_install dev_install kdev_install -- 2.20.1