]> rtime.felk.cvut.cz Git - arc.git/blob - boards/ti_tms570ls/examples/tms570_hdk_can/makefile
Added example of CAN communication for the TMS570LS31x HDK
[arc.git] / boards / ti_tms570ls / examples / tms570_hdk_can / makefile
1 \r
2 # Project name, used for output files et.c.\r
3 PROJECTNAME = com_simple_mpc5516it\r
4 \r
5 ROOTDIR?=../../../..\r
6 \r
7 # Default settings\r
8 include $(ROOTDIR)/scripts/project_defaults.mk\r
9 \r
10 # Project files (adds all .c files in project root)\r
11 PROJECT_C_FILES=$(notdir $(wildcard ../*.c))\r
12 obj-y += $(PROJECT_C_FILES:%.c=%.o)\r
13 \r
14 \r
15 #################### Arctic Core make system ######################\r
16 # Following is an explanation of the most usable features \r
17 # of the Arctic Core make system.\r
18 #\r
19 # obj-y : list of object files to build.\r
20 # VPATH : list of directories in which to\r
21 #         look for source files.\r
22 # inc-y : list of directories in which to\r
23 #         look for header files.\r
24 # libitem-y : list of libraries to include. \r
25 # build-exe-y : the name of build the output file.\r
26 # ldcmdfile-y: path to linkscript, used when building "build-exe-y"\r
27 #\r
28 # For more information see:\r
29 # http://arccore.com/wiki/Makesystem\r
30 ###################################################################\r