]> rtime.felk.cvut.cz Git - arc.git/blobdiff - examples/pwm_node2/makefile
merge with osek-ctest
[arc.git] / examples / pwm_node2 / makefile
index 9e330df0bf0ab262fa6bf92648edde323fde48cb..41297f8e9c0adfaa15b8b7ddb413c1a43200373b 100644 (file)
@@ -1,45 +1,45 @@
-\r
-# Our object files\r
-obj-y += pwm_node2_helpers.o\r
-obj-y += fading_led.o\r
-obj-y += Rte.o\r
-obj-y += Tasks.o\r
-obj-y += Hooks.o\r
-\r
-inc-y += $(ROOTDIR)/system/kernel/$(objdir)\r
-inc-y += $(ROOTDIR)/system/kernel/include\r
-\r
-# OS object files.\r
-obj-y += Os_Cfg.o\r
-# Board object files\r
-include $(ROOTDIR)/boards/board_common.mk\r
-\r
-ABSDIR := $(subst $(TOPDIR)/,,$(CURDIR))\r
-\r
-# The more precise configuration, the higher preceedance.\r
-VPATH := ../config/$(BOARDDIR) ../config $(VPATH)\r
-inc-y := ../config/$(BOARDDIR) ../config $(inc-y)\r
-\r
-inc-y += $(ROOTDIR)/system/kernel/$(objdir)\r
-\r
-#TODO: Remove?, Build other way?\r
-VPATH += $(ROOTDIR)/$(SUBDIR)/Rte\r
-inc-y += $(ROOTDIR)/$(SUBDIR)/Rte\r
-VPATH += $(ROOTDIR)/components/fading_led\r
-inc-y += $(ROOTDIR)/components/fading_led\r
-\r
-\r
-# libs needed by us \r
-#libitem-y +=\r
-\r
-#linkfile\r
-ldcmdfile-y = linkscript_gcc.ldp\r
-vpath %.ldf $(ROOTDIR)/$(ARCH_PATH-y)/scripts\r
-\r
-# What I want to build\r
-build-exe-y = pwm_node2.elf\r
-\r
-\r
-\r
-\r
-\r
+
+# Our object files
+obj-y += pwm_node2_helpers.o
+obj-y += fading_led.o
+obj-y += Rte.o
+obj-y += Tasks.o
+obj-y += Hooks.o
+
+inc-y += $(ROOTDIR)/system/kernel/$(objdir)
+inc-y += $(ROOTDIR)/system/kernel/include
+
+# OS object files.
+obj-y += Os_Cfg.o
+# Board object files
+include $(ROOTDIR)/boards/board_common.mk
+
+ABSDIR := $(subst $(TOPDIR)/,,$(CURDIR))
+
+# The more precise configuration, the higher preceedance.
+VPATH := ../config/$(BOARDDIR) ../config $(VPATH)
+inc-y := ../config/$(BOARDDIR) ../config $(inc-y)
+
+inc-y += $(ROOTDIR)/system/kernel/$(objdir)
+
+#TODO: Remove?, Build other way?
+VPATH += $(ROOTDIR)/$(SUBDIR)/Rte
+inc-y += $(ROOTDIR)/$(SUBDIR)/Rte
+VPATH += $(ROOTDIR)/components/fading_led
+inc-y += $(ROOTDIR)/components/fading_led
+
+
+# libs needed by us 
+#libitem-y +=
+
+#linkfile
+ldcmdfile-y = linkscript_gcc.ldp
+vpath %.ldf $(ROOTDIR)/$(ARCH_PATH-y)/scripts
+
+# What I want to build
+build-exe-y = pwm_node2.elf
+
+
+
+
+