20 строки
378 B
Plaintext
20 строки
378 B
Plaintext
![]() |
# -*- shell-script -*-
|
||
|
#
|
||
|
# Copyright (c) 2010 Cisco Systems, Inc. All rights reserved.
|
||
|
# $COPYRIGHT$
|
||
|
#
|
||
|
# Additional copyrights may follow
|
||
|
#
|
||
|
# $HEADER$
|
||
|
#
|
||
|
|
||
|
# Specific to this module
|
||
|
|
||
|
PARAM_CONFIG_FILES="Makefile"
|
||
|
#
|
||
|
# Set the config priority so that this
|
||
|
# component will build for all environs -except-
|
||
|
# those special ones that do not support it
|
||
|
|
||
|
PARAM_CONFIG_PRIORITY=10
|