forked from Imagelibrary/rtems
2009-09-11 Till Straumann <strauman@slac.stanford.edu>
* irq/openpic_i8259_irq.c: Do not include <bsp/VMEConfig.h> if the bsp.h defines HAVE_NO_VME so that BSPs w/o VME do not have to create a dummy VMEConfig.h header.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2009-09-11 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* irq/openpic_i8259_irq.c: Do not include <bsp/VMEConfig.h>
|
||||
if the bsp.h defines HAVE_NO_VME so that BSPs w/o VME do not
|
||||
have to create a dummy VMEConfig.h header.
|
||||
|
||||
2009-09-09 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
PR 1435/bsps
|
||||
|
||||
@@ -17,7 +17,9 @@
|
||||
#include <bsp.h>
|
||||
#include <bsp/irq.h>
|
||||
#include <bsp/irq_supp.h>
|
||||
#ifndef BSP_HAS_NO_VME
|
||||
#include <bsp/VMEConfig.h>
|
||||
#endif
|
||||
#include <bsp/openpic.h>
|
||||
#include <libcpu/raw_exception.h>
|
||||
#include <libcpu/io.h>
|
||||
|
||||
Reference in New Issue
Block a user