make help

2015-11-16 Thread Thomas Christian
Hello! I am currently setting up a make file (at least I try) for building a firmware image for a cortex M4 MCU. However I am struggeling at this point: DIR := \ D:/test/ SUBDIRS := \ src/test/usb_cdc_lolevel C_SRCS := \ $(wildcard $(DIR)src/test/usb_cdc_lolevel/*.c) OBJS := \ $(patsubst $(D

AW: make help

2015-11-16 Thread Thomas Christian
Hello! I followed your advice and you were right, there was a space after the first SUBDIRS entry. However when I add a second path to SUBDIRS variable I get the same error, again. SUBDIRS := \ src/test/usb_cdc_lolevel \ src/module/cpu $(info SUBDIRS='$(SUBDIRS)') shows: SUBDIRS='src/test/usb