From bb1d597d3bbb2f5823d7e15ce8495495d4c79a78 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 14 Sep 2014 08:19:46 -0600 Subject: Do not build test cases that use task_create is there is an address environment --- apps/examples/elf/tests/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'apps/examples/elf/tests/Makefile') diff --git a/apps/examples/elf/tests/Makefile b/apps/examples/elf/tests/Makefile index 17732c775..84e0e322e 100644 --- a/apps/examples/elf/tests/Makefile +++ b/apps/examples/elf/tests/Makefile @@ -1,7 +1,7 @@ ############################################################################ # apps/examples/elf/tests/Makefile # -# Copyright (C) 2012 Gregory Nutt. All rights reserved. +# Copyright (C) 2012, 2014 Gregory Nutt. All rights reserved. # Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without @@ -38,7 +38,7 @@ include $(APPDIR)/Make.defs ALL_SUBDIRS = errno hello helloxx longjmp mutex pthread signal task struct -BUILD_SUBDIRS = errno hello task struct +BUILD_SUBDIRS = errno hello struct ifeq ($(CONFIG_HAVE_CXX),y) BUILD_SUBDIRS += helloxx @@ -56,6 +56,10 @@ ifneq ($(CONFIG_DISABLE_SIGNALS),y) BUILD_SUBDIRS += signal endif +ifneq ($(CONFIG_ARCH_ADDRENV),y) +BUILD_SUBDIRS += task +endif + ELF_DIR = $(APPDIR)/examples/elf TESTS_DIR = $(ELF_DIR)/tests ROMFS_DIR = $(TESTS_DIR)/romfs -- cgit v1.2.3