blob: 6220b96890490a448455e4ea0f05f6bc0b56dd12 [file]
# SPDX-License-Identifier: GPL-2.0+
# Copyright (C) 2011 SGI All Rights Reserved.
#
#
#
TOPDIR = ../..
include $(TOPDIR)/include/builddefs
LIB_SUBDIRS = common
TOOL_SUBDIRS = sample_hsm simple suite1 suite2
SUBDIRS = $(LIB_SUBDIRS) $(TOOL_SUBDIRS)
default: $(SUBDIRS)
$(TOOL_SUBDIRS): $(LIB_SUBDIRS)
include $(BUILDRULES)
install: default