Changeset f80faeb in rtems for c/src/lib/libbsp/powerpc/Makefile.in
- Timestamp:
- 08/27/97 20:33:11 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 3473f605
- Parents:
- 49c2f589
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/Makefile.in
r49c2f589 rf80faeb 11 11 include $(PROJECT_ROOT)/make/directory.cfg 12 12 13 # Descend into the $(RTEMS_BSP ) directory if it exists14 SUB_DIRS=$( wildcard $(RTEMS_BSP))13 # Descend into the $(RTEMS_BSP_FAMILY) directory 14 SUB_DIRS=$(RTEMS_BSP_FAMILY)
Note: See TracChangeset
for help on using the changeset viewer.