summaryrefslogtreecommitdiff
path: root/hello/Makefile
blob: 9f3b0c381634c4bc6d23daa80a4e375a103119d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
#  $Id$
#

include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
include $(RTEMS_CUSTOM)
include $(RTEMS_ROOT)/make/directory.cfg

SUBDIRS=hello_world_c 

# If the POSIX API isn't enabled, we can't build these
ifeq ($(RTEMS_HAS_POSIX_API),yes)
SUBDIRS += posix_hello_world both_hello
endif