+THUMBSRC = $(SRC_MAIN) $(SRC_FPGA)\r
+ARMSRC = $(SRC_MAIN_FAST)\r
+\r
+MAIN_OBJ = $(patsubst %.c,$(OBJDIR)/%.o,$(SRC_MAIN) $(SRC_MAIN_FAST))\r
+\r
+# Do not move this inclusion before the definition of {THUMB,ASM,ARM}{OBJ,SRC}\r
+include ../common/Makefile.common\r