From b8039967dfdf85447d3c47bfe5bfee075484b871 Mon Sep 17 00:00:00 2001 From: Michael Hayes Date: Thu, 8 Sep 2011 00:28:27 +0000 Subject: [PATCH] Move labs --- etc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/Makefile b/etc/Makefile index e8f59c5..5119ccf 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -9,11 +9,11 @@ # the applications looking for #includes. # It also creates the doc directories and the callgraphs, etc. -APPDIRS = $(filter-out ../apps/README ../ucfk4labs/README, $(wildcard ../apps/*/ ../ucfk4labs/*/)) +APPDIRS = $(filter-out ../apps/README, $(wildcard ../apps/*/ ../lab*/*)) DOCDIRS = $(addsuffix /doc, $(APPDIRS)) # Don't link against test-scaffold if directly accessing harware -FOO = $(shell grep -l "\" ../ucfk4labs/*/*.c) +FOO = $(shell grep -l "\" ../lab*/*.c) DUDDIRS = $(foreach filename, $(FOO), $(dir $(filename))) TESTDIRS = $(filter-out $(DUDDIRS), $(APPDIRS))