forked from Imagelibrary/rtems
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
|
|
|