forked from Imagelibrary/rtems
2007-11-30 Till Straumann <strauman@slac.stanford.edu>
* Makefile.am: install new <irq/irq_supp.h> header
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user