34 # This Makefile defines all file modules for the directory uts/common
35 # and its children. These are the source files which may be considered
36 # common to all SunOS systems.
37
38 i386_CORE_OBJS += \
39 atomic.o \
40 avintr.o \
41 pic.o
42
43 sparc_CORE_OBJS +=
44
45 COMMON_CORE_OBJS += \
46 beep.o \
47 bitset.o \
48 bp_map.o \
49 brand.o \
50 cpucaps.o \
51 cmt.o \
52 cmt_policy.o \
53 cpu.o \
54 cpu_event.o \
55 cpu_intr.o \
56 cpu_pm.o \
57 cpupart.o \
58 cap_util.o \
59 disp.o \
60 group.o \
61 kstat_fr.o \
62 iscsiboot_prop.o \
63 lgrp.o \
64 lgrp_topo.o \
65 mmapobj.o \
66 mutex.o \
67 page_lock.o \
68 page_retire.o \
69 panic.o \
70 param.o \
71 pg.o \
72 pghw.o \
73 putnext.o \
|
34 # This Makefile defines all file modules for the directory uts/common
35 # and its children. These are the source files which may be considered
36 # common to all SunOS systems.
37
38 i386_CORE_OBJS += \
39 atomic.o \
40 avintr.o \
41 pic.o
42
43 sparc_CORE_OBJS +=
44
45 COMMON_CORE_OBJS += \
46 beep.o \
47 bitset.o \
48 bp_map.o \
49 brand.o \
50 cpucaps.o \
51 cmt.o \
52 cmt_policy.o \
53 cpu.o \
54 cpu_uarray.o \
55 cpu_event.o \
56 cpu_intr.o \
57 cpu_pm.o \
58 cpupart.o \
59 cap_util.o \
60 disp.o \
61 group.o \
62 kstat_fr.o \
63 iscsiboot_prop.o \
64 lgrp.o \
65 lgrp_topo.o \
66 mmapobj.o \
67 mutex.o \
68 page_lock.o \
69 page_retire.o \
70 panic.o \
71 param.o \
72 pg.o \
73 pghw.o \
74 putnext.o \
|