]> rtime.felk.cvut.cz Git - arc.git/blob - examples/pwm_node2/makefile
Cleanup of some drivers. Re-generated examples for mpc551xsim
[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 VPATH += ../\r
13 \r
14 ABSDIR := $(subst $(TOPDIR)/,,$(CURDIR))\r
15 \r
16 # The more precise configuration, the higher preceedance.\r
17 VPATH := ../config/$(BOARDDIR) ../config $(VPATH)\r
18 inc-y := ../config/$(BOARDDIR) ../config $(inc-y)\r
19 \r
20 inc-y += $(ROOTDIR)/system/kernel/$(objdir)\r
21 \r
22 #TODO: Remove?, Build other way?\r
23 VPATH += ../Rte\r
24 inc-y += ../Rte\r
25 VPATH += $(ROOTDIR)/components/fading_led\r
26 inc-y += $(ROOTDIR)/components/fading_led\r
27 \r
28 # libs needed by us \r
29 #libitem-y +=\r
30 \r
31 #linkfile\r
32 ldcmdfile-y = linkscript_gcc.ldp\r
33 vpath %.ldf $(ROOTDIR)/$(ARCH_PATH-y)/scripts\r
34 \r
35 # What I want to build\r
36 build-exe-y = pwm_node2.elf\r
37 \r
38 \r
39 \r
40 \r
41 \r