############################################################################### # vim:noexpandtab # previous line for VI users to keep the tabs (important for make) # # Global PPC definitions for build system # # Copyright 2010 Nintendo. All rights reserved. # # These coded instructions, statements, and computer programs contain # proprietary information of Nintendo of America Inc. and/or Nintendo # Company Ltd., and are protected by Federal copyright law. They may # not be disclosed to third parties or copied or duplicated in any form, # in whole or in part, without the prior written consent of Nintendo. # ############################################################################### ifdef ARM_ELF_GCC_VERSION USE_GHS := 0 endif ifeq ($(BUILD_MAKE_PATH),) ifeq ($(CAFE_ROOT),) $(error CAFE_ROOT not defined) else BUILD_MAKE_PATH := $(CAFE_ROOT)/system/src/build/make endif endif include $(BUILD_MAKE_PATH)/commondefs.cos.gh.mk