Makefile.files (6732dbb379bf754b70168b01ba56793737f9f3e7) | Makefile.files (f899e5733f35e45012ad40c8325b2622dcc2b673) |
---|---|
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 --- 289 unchanged lines hidden (view full) --- 298# 299include $(SRC)/common/mc/mc-amd/Makefile.mcamd 300MCAMD_OBJS += \ 301 $(MCAMD_CMN_OBJS) \ 302 mcamd_drv.o \ 303 mcamd_dimmcfg.o \ 304 mcamd_subr.o \ 305 mcamd_pcicfg.o | 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 --- 289 unchanged lines hidden (view full) --- 298# 299include $(SRC)/common/mc/mc-amd/Makefile.mcamd 300MCAMD_OBJS += \ 301 $(MCAMD_CMN_OBJS) \ 302 mcamd_drv.o \ 303 mcamd_dimmcfg.o \ 304 mcamd_subr.o \ 305 mcamd_pcicfg.o |
306 307# 308# Intel 5000/5400/7300 MCH module 309# 310INTEL_NB5000_OBJS += \ 311 intel_nb5000.o \ 312 intel_nbdrv.o \ 313 dimm_addr.o \ 314 nb_pci_cfg.o \ 315 nb5000_init.o 316 | |