aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--projects/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/Makefile b/projects/Makefile
index e64379b..1e89f6d 100644
--- a/projects/Makefile
+++ b/projects/Makefile
@@ -15,6 +15,7 @@ DIRS:= $(filter-out llvm-test,$(patsubst $(SourceDir)/%/Makefile,%,$(wildcard $(
# Sparc cannot link shared libraries (libtool problem?) which Stacker uses
ifeq ($(ARCH), Sparc)
DIRS := $(filter-out Stacker, $(DIRS))
+DIRS := $(filter-out sample, $(DIRS))
endif
include $(BUILD_SRC_ROOT)/Makefile.rules