From b8d8dc688484f30833fb08c6f91b015a66e69c5c Mon Sep 17 00:00:00 2001 From: Michael Hayes Date: Tue, 17 Sep 2013 08:52:23 +1200 Subject: [PATCH] Search for files using avr/io.h --- etc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/Makefile b/etc/Makefile index 53bf366..472481a 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -13,7 +13,7 @@ APPDIRS = $(filter-out ../apps/README ../Makefile, $(wildcard ../apps/*/ )) DOCDIRS = $(addsuffix /doc, $(APPDIRS)) # Don't link against test-scaffold if directly accessing harware -FOO = $(shell grep -l "\" ../lab*/*/*.c) +FOO = $(shell grep -l "\" ../*/*/*.c) DUDDIRS = $(foreach filename, $(FOO), $(dir $(filename))) TESTDIRS = $(filter-out $(DUDDIRS), $(APPDIRS))