#-------------------------------------------------------------------------------
# Copyright (c) 2001-2019, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
#-------------------------------------------------------------------------------

# Makefile for cmpu utility
HOST_PROJ_ROOT ?= ../../..
include $(HOST_PROJ_ROOT)/Makefile.defs
#overwriting the OS defined in the config
OS = no_os
export

include project_dmpu.mk

include $(HOST_PROJ_ROOT)/Makefile.rules

