2007-11-30 Till Straumann <strauman@slac.stanford.edu>

* Makefile.am: install new <irq/irq_supp.h> header
This commit is contained in:
Till Straumann
2007-11-30 21:44:00 +00:00
parent 2eb9e3995c
commit 76e9cda9da
4 changed files with 11 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2007-11-30 Till Straumann <strauman@slac.stanford.edu>
* Makefile.am: install new <irq/irq_supp.h> header
2007-11-30 Till Straumann <strauman@slac.stanford.edu>
* irq/irq.h, irq/irq_init.c: Removed the definition

View File

@@ -73,7 +73,7 @@ pci_rel_CPPFLAGS = $(AM_CPPFLAGS)
pci_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
###
include_bsp_HEADERS += ../../powerpc/shared/irq/irq.h
include_bsp_HEADERS += ../../powerpc/shared/irq/irq.h ../../powerpc/shared/irq_supp.h
noinst_PROGRAMS += irq.rel
irq_rel_SOURCES = irq/irq_init.c irq/irq.c ../../powerpc/shared/irq/i8259.c \

View File

@@ -1,3 +1,7 @@
2007-11-30 Till Straumann <strauman@slac.stanford.edu>
* Makefile.am: install new <irq/irq_supp.h> header
2007-08-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am: ShowBATS() split out to helper routine so sharable by

View File

@@ -78,7 +78,8 @@ console_rel_SOURCES = ../../powerpc/shared/console/polled_io.c \
console_rel_CPPFLAGS = $(AM_CPPFLAGS) $(console_CPPFLAGS)
console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
include_bsp_HEADERS += ../../powerpc/shared/irq/irq.h
include_bsp_HEADERS += ../../powerpc/shared/irq/irq.h \
../../powerpc/shared/irq/irq_supp.h
noinst_PROGRAMS += irq.rel
irq_rel_SOURCES = ../../powerpc/shared/irq/irq_init.c ../../powerpc/shared/irq/openpic_i8259_irq.c \