]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/pdk.git/blob - packages/ti/drv/ipc/examples/rtos/ipc_negative_test/makefile
Adding Early CAN Response in Boot App.
[processor-sdk/pdk.git] / packages / ti / drv / ipc / examples / rtos / ipc_negative_test / makefile
1 #
2 # This file is the makefile for building IPC multi-core echo test app for TI RTOS
3 #
4 ifeq ($(RULES_MAKE), )
5 include $(PDK_INSTALL_PATH)/ti/build/Rules.make
6 else
7 include $(RULES_MAKE)
8 endif
10 APP_NAME = ipc_negative_test_$(BUILD_OS_TYPE)
12 SRCS_COMMON += ipc_negative_test.c ipc_neg_testsetup.c
13 PACKAGE_SRCS_COMMON = .
14 CFLAGS_LOCAL_COMMON += -DIPC_NEGATIVE_TEST
16 #Path for including common files
17 IPC_COMMON_PATH = ../../common
19 include $(IPC_COMMON_PATH)/makefile.mk