Skip to content
Snippets Groups Projects
Unverified Commit dc075b0c authored by George Oikonomou's avatar George Oikonomou Committed by GitHub
Browse files

Merge pull request #713 from atiselsts/contrib/check-xxware-nonempty

CC13x0/CC26x0 building: also fail with descriptive error message when cc13xxware/cc26xxware exists, but is empty
parents c7eb7737 093caff1
No related branches found
No related tags found
No related merge requests found
CPU_ABS_PATH = arch/cpu/cc26xx-cc13xx CPU_ABS_PATH = arch/cpu/cc26xx-cc13xx
TI_XXWARE = $(CONTIKI_CPU)/$(TI_XXWARE_PATH) TI_XXWARE = $(CONTIKI_CPU)/$(TI_XXWARE_PATH)
ifeq (,$(wildcard $(TI_XXWARE))) ifeq (,$(wildcard $(TI_XXWARE)/*))
$(warning $(TI_XXWARE) does not exist.) $(warning $(TI_XXWARE) does not exist or is empty.)
$(warning Did you run 'git submodule update --init' ?) $(warning Did you run 'git submodule update --init' ?)
$(error "") $(error "")
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment