diff --git a/projects/Makefile b/projects/Makefile index e64379b7bfd..1e89f6d91bd 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