summaryrefslogtreecommitdiff
path: root/usr/src/data/ucode/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/data/ucode/Makefile')
-rw-r--r--usr/src/data/ucode/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr/src/data/ucode/Makefile b/usr/src/data/ucode/Makefile
index 2fc0ecdc69..6b311b0d30 100644
--- a/usr/src/data/ucode/Makefile
+++ b/usr/src/data/ucode/Makefile
@@ -10,7 +10,7 @@
#
#
-# Copyright (c) 2018, Joyent, Inc.
+# Copyright 2019 Joyent, Inc.
#
include $(SRC)/data/Makefile.data
@@ -21,16 +21,18 @@ ROOTINTELDIR = $(ROOTUCODEPATH)/GenuineIntel
AMD_FILES :sh= (cd amd; print *)
INTEL_FILES :sh= (cd intel; print *)
+include $(SRC)/data/ucode/Makefile.links
ROOTAMDFILES = $(AMD_FILES:%=$(ROOTAMDDIR)/%)
ROOTINTELFILES = $(INTEL_FILES:%=$(ROOTINTELDIR)/%)
+ROOTINTELLINKS = $(INTEL_LINKS:%=$(ROOTINTELDIR)/%)
$(ROOTAMDFILES) := FILEMODE = 444
$(ROOTINTELFILES) := FILEMODE = 444
all:
-install: $(ROOTAMDFILES) $(ROOTINTELFILES)
+install: $(ROOTAMDFILES) $(ROOTINTELFILES) $(ROOTINTELLINKS)
clean: