c8735e882a
The sm component had the 1.0.0 version in the folder name, this change removes that version and updates the centos_pkg_dirs. Story: 2006623 Task: 36827 Depends-On: https://review.opendev.org/#/c/685128/ Change-Id: I6725d1f961c2a82275da5fabbff8e89a8dd6f245 Signed-off-by: Erich Cordoba <erich.cordoba.malibran@intel.com>
15 lines
208 B
Makefile
15 lines
208 B
Makefile
#
|
|
# Copyright (c) 2014 Wind River Systems, Inc.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
build:
|
|
@(cd src; make build )
|
|
|
|
install:
|
|
@(cd src; make $@)
|
|
@(cd scripts; make $@)
|
|
|
|
clean:
|
|
@( cd src; make clean )
|