mirror of
https://github.com/CTCaer/darkblue-beacon.git
synced 2025-02-17 00:29:11 +00:00
20 lines
843 B
Makefile
Executable File
20 lines
843 B
Makefile
Executable File
#
|
|
# Copyright 2014, 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.
|
|
#
|
|
|
|
#######################################################################
|
|
# Sources in APP_SRC are delivered to Broadcom in the Application
|
|
# Release Package (make arp).
|
|
########################################################################
|
|
APP_SRC = blood_pressure_monitor.c
|
|
|
|
########################################################################
|
|
################ DO NOT MODIFY FILE BELOW THIS LINE ####################
|
|
########################################################################
|