1###############################################################################
2# vim:noexpandtab
3# previous line for VI users to keep the tabs (important for make)
4#
5# Global PPC definitions for build system
6#
7# Copyright (C) Nintendo.  All rights reserved.
8#
9# These coded instructions, statements, and computer programs contain
10# proprietary information of Nintendo of America Inc. and/or Nintendo
11# Company Ltd., and are protected by Federal copyright law. They may
12# not be disclosed to third parties or copied or duplicated in any form,
13# in whole or in part, without the prior written consent of Nintendo.
14#
15###############################################################################
16
17ifdef ARM_ELF_GCC_VERSION
18USE_GHS := 0
19endif
20
21ifeq ($(BUILD_MAKE_PATH),)
22ifeq ($(CAFE_ROOT),)
23$(error CAFE_ROOT not defined)
24else
25BUILD_MAKE_PATH := $(CAFE_ROOT)/system/src/build/make
26endif
27endif
28
29include $(BUILD_MAKE_PATH)/commondefs.cos.gh.mk
30
31
32