mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-28 15:30:17 +00:00
These modifications were required by hand after running the script. In some cases, the file names did not match patterns. In others, the format of the file did not match any common patterns.
12 lines
192 B
Makefile
12 lines
192 B
Makefile
#
|
|
# Example Makefile for a directory
|
|
#
|
|
|
|
include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
|
|
|
|
include $(RTEMS_CUSTOM)
|
|
include $(RTEMS_ROOT)/make/directory.cfg
|
|
|
|
SUBDIRS=a b c your-directories-go-here
|
|
|