From: Aaron Taylor Date: Mon, 26 Apr 2021 11:43:49 +0000 (-0700) Subject: Manually specified target architecture in Makefile. X-Git-Tag: first-build~27 X-Git-Url: https://git.subgeniuskitty.com/xeon-phi-kernel-module/.git/commitdiff_plain/114242948a205f4759e200bf077a80faebcb7059 Manually specified target architecture in Makefile. --- 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