Remove ref to labs

main
Michael Hayes 12 years ago
parent dc9a897916
commit 5fbff003b6

@ -9,7 +9,7 @@
# the applications looking for #includes.
# It also creates the doc directories and the callgraphs, etc.
APPDIRS = $(filter-out ../apps/README ../lab1/Makefile ../lab2/Makefile ../Makefile, $(wildcard ../apps/*/ ../lab*/*/))
APPDIRS = $(filter-out ../apps/README ../Makefile, $(wildcard ../apps/*/ ../lab*/*/))
DOCDIRS = $(addsuffix /doc, $(APPDIRS))
# Don't link against test-scaffold if directly accessing harware

Loading…
Cancel
Save