| # | 
 | #    Copyright (c) 2014 Nest Labs, 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 to install GPU Vendor libraries. | 
 | # | 
 |  | 
 | include pre.mak | 
 |  | 
 | ############################################## | 
 | # following selection can become conditionally | 
 | # compiled based on SOC vendor and gpu type. | 
 | ############################################## | 
 | GpuVendor  = fsl | 
 | GpuType    = gc400 | 
 | GpuTop     = $(GpuVendor)/$(GpuType) | 
 |  | 
 | SubMakefiles = $(GpuTop)/fsl-vivante-gc400-1.0.mak | 
 |  | 
 | include post.mak |