Manually specified target architecture in Makefile.
authorAaron Taylor <ataylor@subgeniuskitty.com>
Mon, 26 Apr 2021 11:43:49 +0000 (04:43 -0700)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Mon, 26 Apr 2021 11:43:49 +0000 (04:43 -0700)
Makefile

index fa50e3d..defbfcf 100644 (file)
--- 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
 
 # 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
 
 .PHONY: all install modules
 .PHONY: modules_install conf_install dev_install kdev_install