Makefile.files (9e3aeadeb229d472ee0ae8425dc913dfe7e81ea2) | Makefile.files (d32f26eec03290baae31e85e7c5840280d5c4292) |
---|---|
1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE --- 9 unchanged lines hidden (view full) --- 18# 19# CDDL HEADER END 20# 21 22# 23# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved. 24# 25# Copyright 2019 Joyent, Inc. | 1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE --- 9 unchanged lines hidden (view full) --- 18# 19# CDDL HEADER END 20# 21 22# 23# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved. 24# 25# Copyright 2019 Joyent, Inc. |
26# Copyright 2022 Oxide Computer Company | 26# Copyright 2023 Oxide Computer Company |
27# 28 29# This Makefile defines file modules in the directory uts/i86xpv 30# and its children. These are the source files which are i86xpv 31# "implementation architecture" dependent. 32# 33 34# --- 38 unchanged lines hidden (view full) --- 73 kdi_asm.o \ 74 lgrpplat.o \ 75 mach_kdi.o \ 76 mach_sysconfig.o \ 77 machdep.o \ 78 md_clear.o \ 79 mem_config_stubs.o \ 80 memnode.o \ | 27# 28 29# This Makefile defines file modules in the directory uts/i86xpv 30# and its children. These are the source files which are i86xpv 31# "implementation architecture" dependent. 32# 33 34# --- 38 unchanged lines hidden (view full) --- 73 kdi_asm.o \ 74 lgrpplat.o \ 75 mach_kdi.o \ 76 mach_sysconfig.o \ 77 machdep.o \ 78 md_clear.o \ 79 mem_config_stubs.o \ 80 memnode.o \ |
81 microcode.o \ | |
82 mlsetup.o \ 83 mp_call.o \ 84 mp_implfuncs.o \ 85 mp_machdep.o \ 86 mp_startup.o \ 87 memscrub.o \ 88 notes.o \ 89 pci_bios.o \ --- 161 unchanged lines hidden --- | 81 mlsetup.o \ 82 mp_call.o \ 83 mp_implfuncs.o \ 84 mp_machdep.o \ 85 mp_startup.o \ 86 memscrub.o \ 87 notes.o \ 88 pci_bios.o \ --- 161 unchanged lines hidden --- |