forked from Imagelibrary/rtems
2007-10-11 Daniel Hellstrom <daniel@gaisler.com>
* Makefile.am, preinstall.am: Add initial i2c and update OC-CAN support.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2007-10-11 Daniel Hellstrom <daniel@gaisler.com>
|
||||||
|
|
||||||
|
* Makefile.am, preinstall.am: Add initial i2c and update OC-CAN
|
||||||
|
support.
|
||||||
|
|
||||||
2007-09-13 Daniel Hellstrom <daniel@gaisler.com>
|
2007-09-13 Daniel Hellstrom <daniel@gaisler.com>
|
||||||
|
|
||||||
* Makefile.am: Add smc91111.rel to libbsp.a
|
* Makefile.am: Add smc91111.rel to libbsp.a
|
||||||
|
|||||||
@@ -104,6 +104,12 @@ uart_rel_SOURCES = ../../sparc/shared/uart/apbuart.c ../../sparc/shared/uart/apb
|
|||||||
uart_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
uart_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
uart_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
uart_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||||
|
|
||||||
|
# I2CMST
|
||||||
|
include_HEADERS += ../../sparc/shared/include/i2cmst.h
|
||||||
|
noinst_PROGRAMS += i2cmst.rel
|
||||||
|
i2cmst_rel_SOURCES = ../../sparc/shared/i2c/i2cmst.c
|
||||||
|
i2cmst_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
|
i2cmst_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||||
|
|
||||||
if HAS_NETWORKING
|
if HAS_NETWORKING
|
||||||
noinst_PROGRAMS += leon_smc91111.rel
|
noinst_PROGRAMS += leon_smc91111.rel
|
||||||
@@ -137,7 +143,7 @@ endif
|
|||||||
noinst_LIBRARIES = libbsp.a
|
noinst_LIBRARIES = libbsp.a
|
||||||
libbsp_a_SOURCES =
|
libbsp_a_SOURCES =
|
||||||
libbsp_a_LIBADD = startup.rel amba.rel console.rel clock.rel debugio.rel \
|
libbsp_a_LIBADD = startup.rel amba.rel console.rel clock.rel debugio.rel \
|
||||||
timer.rel gnatsupp.rel brm.rel can.rel spw.rel uart.rel pci.rel
|
timer.rel gnatsupp.rel brm.rel can.rel spw.rel uart.rel pci.rel i2cmst.rel
|
||||||
|
|
||||||
if HAS_NETWORKING
|
if HAS_NETWORKING
|
||||||
libbsp_a_LIBADD += leon_open_eth.rel
|
libbsp_a_LIBADD += leon_open_eth.rel
|
||||||
|
|||||||
@@ -112,3 +112,6 @@ $(PROJECT_INCLUDE)/apbuart_pci.h: ../../sparc/shared/include/apbuart_pci.h $(PRO
|
|||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/apbuart_pci.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/apbuart_pci.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/apbuart_pci.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/apbuart_pci.h
|
||||||
|
|
||||||
|
$(PROJECT_INCLUDE)/i2cmst.h: ../../sparc/shared/include/i2cmst.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/i2cmst.h
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/i2cmst.h
|
||||||
|
|||||||
Reference in New Issue
Block a user