Corrected descent to a hardcoded directory and made it dependent on the cpu model

This commit is contained in:
Joel Sherrill
1997-08-04 21:59:14 +00:00
parent 8bc90517d0
commit a397c9c1ac

View File

@@ -10,4 +10,4 @@ VPATH=@srcdir@
include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/directory.cfg
SUB_DIRS=ppc403
SUB_DIRS=$(wildcard $(RTEMS_CPU_MODEL))