]> rtime.felk.cvut.cz Git - arc.git/blob - examples/pwm_node2/makefile
Pass on all test cases in 'Alarms' and 'Error handling,...'
[arc.git] / examples / pwm_node2 / makefile
1 \r
2 # Our object files\r
3 obj-y += pwm_node2_helpers.o\r
4 obj-y += fading_led.o\r
5 obj-y += Rte.o\r
6 obj-y += Tasks.o\r
7 obj-y += Hooks.o\r
8 \r
9 inc-y += $(ROOTDIR)/system/kernel/$(objdir)\r
10 inc-y += $(ROOTDIR)/system/kernel/include\r
11 \r
12 # OS object files.\r
13 obj-y += Os_Cfg.o\r
14 # Board object files\r
15 include $(ROOTDIR)/boards/board_common.mk\r
16 \r
17 ABSDIR := $(subst $(TOPDIR)/,,$(CURDIR))\r
18 \r
19 # The more precise configuration, the higher preceedance.\r
20 VPATH := ../config/$(BOARDDIR) ../config $(VPATH)\r
21 inc-y := ../config/$(BOARDDIR) ../config $(inc-y)\r
22 \r
23 inc-y += $(ROOTDIR)/system/kernel/$(objdir)\r
24 \r
25 #TODO: Remove?, Build other way?\r
26 VPATH += $(ROOTDIR)/$(SUBDIR)/Rte\r
27 inc-y += $(ROOTDIR)/$(SUBDIR)/Rte\r
28 VPATH += $(ROOTDIR)/components/fading_led\r
29 inc-y += $(ROOTDIR)/components/fading_led\r
30 \r
31 \r
32 # libs needed by us \r
33 #libitem-y +=\r
34 \r
35 #linkfile\r
36 ldcmdfile-y = linkscript_gcc.ldp\r
37 vpath %.ldf $(ROOTDIR)/$(ARCH_PATH-y)/scripts\r
38 \r
39 # What I want to build\r
40 build-exe-y = pwm_node2.elf\r
41 \r
42 \r
43 \r
44 \r
45 \r