diff options
Diffstat (limited to 'usr/src/uts/intel/Makefile.rules')
| -rw-r--r-- | usr/src/uts/intel/Makefile.rules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr/src/uts/intel/Makefile.rules b/usr/src/uts/intel/Makefile.rules index 7b3845970d..f7c05bdf22 100644 --- a/usr/src/uts/intel/Makefile.rules +++ b/usr/src/uts/intel/Makefile.rules @@ -23,6 +23,7 @@ # Use is subject to license terms. # Copyright 2019 Joyent, Inc. # Copyright 2017 Nexenta Systems, Inc. +# Copyright 2022 Oxide Computer Company # # @@ -145,6 +146,10 @@ $(OBJS_DIR)/%.o: $(UTSBASE)/intel/io/amdzen/%.c $(COMPILE.c) -o $@ $< $(CTFCONVERT_O) +$(OBJS_DIR)/%.o: $(SRC)/common/mc/zen_umc/%.c + $(COMPILE.c) -o $@ $< + $(CTFCONVERT_O) + $(OBJS_DIR)/%.o: $(UTSBASE)/intel/io/amr/%.c $(COMPILE.c) -o $@ $< $(CTFCONVERT_O) |
