Back to home page

LXR

 
 

    


Warning, /make/custom/default.cfg is written in an unsupported language. File is not indexed.

0001 # Default target settings
0002 #
0003 # Some of these values are redefined in the target specific .cfg files.
0004 #
0005 # Created by Jiri Gaisler, 16-03-97  (who is owed a debt of gratitude
0006 #   for the initial RTEMS autoconf support.  Thanks. --joel)
0007 
0008 RTEMS_TARGET = $(RTEMS_CPU)-rtems$(RTEMS_API)
0009 
0010 include $(RTEMS_ROOT)/$(RTEMS_TARGET)/$(RTEMS_BSP)/make/target.cfg
0011 include $(RTEMS_SHARE)/make/host.cfg
0012 
0013 include $(RTEMS_ROOT)/make/main.cfg
0014 include $(RTEMS_ROOT)/$(RTEMS_TARGET)/$(RTEMS_BSP)/make/bsp.cfg
0015 
0016 ## Target compiler config file, if any
0017 CONFIG.CC = $(RTEMS_SHARE)/make/compilers/gcc-target-default.cfg