92c7372e20
Remove the sysinfo framework as hwloc replaces that functionality. This commit was SVN r25124.
22 строки
352 B
Makefile
22 строки
352 B
Makefile
#
|
|
# Copyright (c) 2011 Cisco Systems, Inc. All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
headers += \
|
|
base/base.h
|
|
|
|
libmca_hwloc_la_SOURCES += \
|
|
base/hwloc_base_close.c \
|
|
base/hwloc_base_open.c
|
|
|
|
if OPAL_HAVE_HWLOC
|
|
libmca_hwloc_la_SOURCES += \
|
|
base/hwloc_base_dt.c
|
|
endif
|
|
|