summaryrefslogtreecommitdiff
path: root/hello/Makefile
blob: 84f7281706a44d33af851d15f5e31de526244e27 (plain)
1
2
3
4
5
6
7
8
9
10
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