4.104.114.84.95
Last change
on this file since 0289674 was
0289674,
checked in by Joel Sherrill <joel.sherrill@…>, on 12/13/00 at 22:10:07
|
2000-12-13 Joel Sherrill <joel@…>
- configure.in: Added new directories.
- shared/interrupts/Makefile.am: Added AM_CPPFLAGS to define TX39
when compiling for a TX3904.
- shared/interrupts/maxvectors.c: Corrected conditional logic.
- tx39/Makefile.am: Added vectorisrs.
- tx39/vectorisrs/Makefile.am, tx39/vectorisrs/vectorisrs.c,
- tx39/vectorisrs/.cvsignore: New files. This decodes the
interrupt pending information on the TX3904 and vectors
an interrupt.
|
-
Property mode set to
100644
|
File size:
871 bytes
|
Line | |
---|
1 | dnl Process this file with autoconf to produce a configure script. |
---|
2 | dnl |
---|
3 | dnl $Id$ |
---|
4 | |
---|
5 | AC_PREREQ(2.13) |
---|
6 | AC_INIT(clock) |
---|
7 | RTEMS_TOP(../../../../..) |
---|
8 | AC_CONFIG_AUX_DIR(../../../../..) |
---|
9 | |
---|
10 | RTEMS_CANONICAL_TARGET_CPU |
---|
11 | |
---|
12 | AM_INIT_AUTOMAKE(rtems-c-src-lib-libcpu-mips,$RTEMS_VERSION,no) |
---|
13 | AM_MAINTAINER_MODE |
---|
14 | |
---|
15 | RTEMS_ENABLE_BARE |
---|
16 | RTEMS_ENV_RTEMSBSP |
---|
17 | |
---|
18 | RTEMS_CHECK_CPU |
---|
19 | RTEMS_CANONICAL_HOST |
---|
20 | |
---|
21 | RTEMS_PROJECT_ROOT |
---|
22 | |
---|
23 | RTEMS_PROG_CC_FOR_TARGET |
---|
24 | RTEMS_CANONICALIZE_TOOLS |
---|
25 | |
---|
26 | RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP) |
---|
27 | RTEMS_CHECK_BSP_CACHE(RTEMS_BSP) |
---|
28 | |
---|
29 | AM_CONDITIONAL(r46xx, test "$RTEMS_CPU_MODEL" = "R4600" \ |
---|
30 | || test "$RTEMS_CPU_MODEL" = "R4650" ) |
---|
31 | |
---|
32 | AM_CONDITIONAL(tx39, test "$RTEMS_CPU_MODEL" = "tx3904") |
---|
33 | |
---|
34 | # Explicitly list all Makefiles here |
---|
35 | AC_OUTPUT( |
---|
36 | Makefile |
---|
37 | clock/Makefile |
---|
38 | shared/Makefile |
---|
39 | shared/cache/Makefile |
---|
40 | shared/interrupts/Makefile |
---|
41 | tx39/Makefile |
---|
42 | tx39/include/Makefile |
---|
43 | tx39/vectorisrs/Makefile |
---|
44 | timer/Makefile) |
---|
Note: See
TracBrowser
for help on using the repository browser.