From 53bb862be5c4e799450525004a3d584cae46704e Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Tue, 1 Mar 2011 22:23:09 +0100 Subject: [PATCH] build-all: Skip lpc17xx-common-ulboot ulan libraries are needed for this build to be successful. --- build-all/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-all/Makefile b/build-all/Makefile index a171dc7..ddc038e 100644 --- a/build-all/Makefile +++ b/build-all/Makefile @@ -24,6 +24,8 @@ $1: $(call WVPASS,$$(MAKE) -C $1 $(MAKECMDGOALS)) endef +BUILD_DIRS := $(filter-out board/arm/lpc17xx-common-ulboot,$(BUILD_DIRS)) + $(foreach d,$(BUILD_DIRS),$(eval $(call subdir,$d))) test: -- 2.39.2