From 3cff0b81dac10f76465eb78858ef3f08e85f707a Mon Sep 17 00:00:00 2001 From: Josef 'Jeff' Sipek Date: Tue, 2 Oct 2018 16:33:16 -0400 Subject: [PATCH] build: explicitly list all uts subdirs --- usr/src/uts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/src/uts/Makefile b/usr/src/uts/Makefile index 0c8a63e31e..fba490eb16 100644 --- a/usr/src/uts/Makefile +++ b/usr/src/uts/Makefile @@ -36,7 +36,7 @@ include ../Makefile.master # parallel build to work. The i386_PREREQ and sparc_PREREQ variables tell # which platform directory to enter to start making prerequisite dependencies. # -i386_ARCHITECTURES = $(CONFIG_PLATFORM) intel +i386_ARCHITECTURES = i86pc intel # # For i386 all architectures can be compiled in parallel. -- 2.11.4.GIT