Changeset df49c60 in rtems for c/src/lib/libcpu/sh/sh7032
- Timestamp:
- 06/12/00 15:00:15 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- edeed26
- Parents:
- 0ab65474
- Location:
- c/src/lib/libcpu/sh/sh7032
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/sh/sh7032/Makefile.am
r0ab65474 rdf49c60 1 ## 1 ## 2 2 ## $Id$ 3 ## 3 ## 4 4 5 5 AUTOMAKE_OPTIONS = foreign 1.4 -
c/src/lib/libcpu/sh/sh7032/clock/Makefile.am
r0ab65474 rdf49c60 1 ## 1 ## 2 2 ## $Id$ 3 ## 3 ## 4 4 5 5 AUTOMAKE_OPTIONS = foreign 1.4 … … 19 19 # 20 20 21 AM_CFLAGS += $(CFLAGS_OS_V)22 23 21 $(PGM): $(OBJS) 24 22 $(make-rel) -
c/src/lib/libcpu/sh/sh7032/delay/Makefile.am
r0ab65474 rdf49c60 1 ## 1 ## 2 2 ## $Id$ 3 ## 3 ## 4 4 5 5 AUTOMAKE_OPTIONS = foreign 1.4 -
c/src/lib/libcpu/sh/sh7032/include/Makefile.am
r0ab65474 rdf49c60 1 ## 1 ## 2 2 ## $Id$ 3 ## 3 ## 4 4 5 5 AUTOMAKE_OPTIONS = foreign 1.4 … … 7 7 H_FILES = null.h sci.h sh7_pfc.h sh7_sci.h 8 8 9 # NOTE: Unlike other CPUS, we install into a subdirectory to avoid 9 # NOTE: Unlike other CPUS, we install into a subdirectory to avoid 10 10 # file name conflicts 11 11 -
c/src/lib/libcpu/sh/sh7032/null/Makefile.am
r0ab65474 rdf49c60 1 ## 1 ## 2 2 ## $Id$ 3 ## 3 ## 4 4 5 5 AUTOMAKE_OPTIONS = foreign 1.4 -
c/src/lib/libcpu/sh/sh7032/sci/Makefile.am
r0ab65474 rdf49c60 1 ## 1 ## 2 2 ## $Id$ 3 ## 3 ## 4 4 5 5 AUTOMAKE_OPTIONS = foreign 1.4 -
c/src/lib/libcpu/sh/sh7032/timer/Makefile.am
r0ab65474 rdf49c60 1 ## 1 ## 2 2 ## $Id$ 3 ## 3 ## 4 4 5 5 AUTOMAKE_OPTIONS = foreign 1.4
Note: See TracChangeset
for help on using the changeset viewer.