summaryrefslogtreecommitdiff
path: root/Makefile
blob: 95d08fb3b1536ebbf6b5b0a32e163f2d9ebf6dff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
include $(RTEMS_CUSTOM)
include $(RTEMS_SHARE)/make/directory.cfg

SUBDIRS=classic_api posix_api hello led misc ticker file_io \
  benchmarks

# Monitor Specific Examples
SUBDIRS += uboot

# Language Specific Examples
SUBDIRS += cxx