4.104.114.84.95
Last change
on this file since f2442183 was
f2442183,
checked in by Joel Sherrill <joel.sherrill@…>, on 10/18/00 at 18:33:47
|
2000-10-18 Sergei Organov <osv@…>
- Added full support for MPC505.
- mpc505/ictrl: New directory.
- configure.in, mpc505/Makefile.am: Modified to reflect ictrl addition.
- mpc505/ictrl/.cvsignore, mpc505/ictrl/Makefile.am,
mpc505/ictrl/ictrl.c, mpc505/ictrl/ictrl.h: New files.
- mpc505/timer/timer.c: Use <rtems.h>, not "rtems.h".
- mpc505/vectors/Makefile.am: alignment exception handler now included.
- mpc505/vectors/vectors.S: Now use constants for exception numbers.
- old_exception_processing/ppc_offs.h: New file.
- old_exception_processing/Makefile.am: Account for ppc_offs.h.
- old_exception_processing/cpu.h: Make Nest and Disable levels volatile.
- old_exception_processing/cpu_asm.S: Offsets moved to ppc_offs.h.
|
-
Property mode set to
100644
|
File size:
742 bytes
|
Line | |
---|
1 | ## |
---|
2 | ## $Id$ |
---|
3 | ## |
---|
4 | |
---|
5 | AUTOMAKE_OPTIONS = foreign 1.4 |
---|
6 | |
---|
7 | PGM = $(ARCH)/ictrl.rel |
---|
8 | |
---|
9 | C_FILES = ictrl.c |
---|
10 | |
---|
11 | H_FILES = ictrl.h |
---|
12 | |
---|
13 | ictrl_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o) |
---|
14 | |
---|
15 | include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg |
---|
16 | include $(top_srcdir)/../../../../../automake/compile.am |
---|
17 | include $(top_srcdir)/../../../../../automake/lib.am |
---|
18 | |
---|
19 | $(PROJECT_INCLUDE): |
---|
20 | $(mkinstalldirs) $@ |
---|
21 | $(PROJECT_INCLUDE)/%.h: %.h |
---|
22 | $(INSTALL_DATA) $< $@ |
---|
23 | |
---|
24 | # |
---|
25 | # (OPTIONAL) Add local stuff here using += |
---|
26 | # |
---|
27 | |
---|
28 | $(PGM): $(ictrl_rel_OBJECTS) |
---|
29 | $(make-rel) |
---|
30 | |
---|
31 | TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/ictrl.h |
---|
32 | |
---|
33 | all-local: $(ARCH) $(ictrl_rel_OBJECTS) $(PGM) $(TMPINSTALL_FILES) |
---|
34 | |
---|
35 | .PRECIOUS: $(PGM) |
---|
36 | |
---|
37 | EXTRA_DIST = ictrl.c ictrl.h |
---|
38 | |
---|
39 | include $(top_srcdir)/../../../../../automake/local.am |
---|
Note: See
TracBrowser
for help on using the repository browser.