blob: 19965104b019b91f5769696c7ef6dc9d617aef92 [file] [log] [blame]
#
# Copyright (c) 2010-2011 Nest, Inc.
# All rights reserved.
#
# This document is the property of Nest. It is considered
# confidential and proprietary information.
#
# This document may not be reproduced or transmitted in any form,
# in whole or in part, without the express written permission of
# Nest.
#
# Description:
# This file is the makefile for the Ext2 File System utilities
# libraries, an important one of which is the Universally Unique
# Identifier (UUID) library.
#
include pre.mak
ifeq ($(BUILD_FEATURE_SIMULATOR),1)
SubMakefiles = Makefile.host
else
SubMakefiles = Makefile.host \
Makefile.target
endif
include post.mak
# Dependencies
Makefile.target: $(filter Makefile.host,$(SubMakefiles))