Changeset 12ae6d9e in rtems for c/src/lib/libcpu/sh/sh7750/sci/Makefile.am
- Timestamp:
- 10/15/01 18:01:12 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 6ce599c
- Parents:
- 3bcc0d8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/sh/sh7750/sci/Makefile.am
r3bcc0d8 r12ae6d9e 7 7 PGM = $(ARCH)/sci.rel 8 8 9 C_FILES = console.csh4uart.c9 C_FILES = sh4uart.c 10 10 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) 11 11 … … 27 27 .PRECIOUS: $(PGM) 28 28 29 ## FIXME: Moved to libbsp/sh/<BSP>/console/ 30 ## Needs to be reworked to be usable here. 31 EXTRA_DIST = console.c 32 29 33 include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.