18 lines
759 B
Makefile
18 lines
759 B
Makefile
#
|
|
# Copyright 2015, Broadcom Corporation
|
|
# All Rights Reserved.
|
|
#
|
|
# This is UNPUBLISHED PROPRIETARY SOURCE CODE of Broadcom Corporation;
|
|
# the contents of this file may not be disclosed to third parties, copied
|
|
# or duplicated in any form, in whole or in part, without the prior
|
|
# written permission of Broadcom Corporation.
|
|
#
|
|
|
|
########################################################################
|
|
# Application sources.
|
|
########################################################################
|
|
APP_SRC = uart_example.c utils.c XRA1201.c
|
|
|
|
########################################################################
|
|
################ DO NOT MODIFY FILE BELOW THIS LINE ####################
|
|
########################################################################
|