source: rtems/cpukit/score/cpu/nios2/Makefile.am @ 84649da

4.115
Last change on this file since 84649da was 3ee5a2e, checked in by Sebastian Huber <sebastian.huber@…>, on 08/09/11 at 11:11:30

2011-08-09 Sebastian Huber <sebastian.huber@…>

  • nios2-iic-low-level.S: New file.
  • cpu_asm.S: Moved low-level interrupt handling into new file.
  • Makefile.am: Reflect change from above.
  • Property mode set to 100644
File size: 676 bytes
Line 
1##
2## $Id$
3##
4
5include $(top_srcdir)/automake/compile.am
6
7CLEANFILES =
8DISTCLEANFILES =
9
10include_rtemsdir = $(includedir)/rtems
11include_rtems_HEADERS = rtems/asm.h
12
13include_rtems_scoredir = $(includedir)/rtems/score
14include_rtems_score_HEADERS = rtems/score/cpu.h
15include_rtems_score_HEADERS += rtems/score/nios2.h
16include_rtems_score_HEADERS += rtems/score/cpu_asm.h
17include_rtems_score_HEADERS += rtems/score/types.h
18
19noinst_LIBRARIES = libscorecpu.a
20libscorecpu_a_SOURCES = cpu.c \
21        irq.c \
22        nios2-iic-low-level.S \
23        cpu_asm.S
24libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
25
26all-local: $(PREINSTALL_FILES)
27
28include $(srcdir)/preinstall.am
29
30include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.