summaryrefslogtreecommitdiffstats
path: root/hello/Makefile
blob: 316b776c2a4754ba61c162ccdd134f4cc92d1026 (plain) (blame)
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_SHARE)/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