forked from Imagelibrary/rtems
build: Merge dev/Makefile.am
This commit is contained in:
@@ -6,6 +6,20 @@ include $(top_srcdir)/automake/multilib.am
|
||||
noinst_LIBRARIES = libcpukit.a
|
||||
|
||||
libcpukit_a_SOURCES =
|
||||
libcpukit_a_SOURCES += dev/i2c/eeprom.c
|
||||
libcpukit_a_SOURCES += dev/i2c/fpga-i2c-slave.c
|
||||
libcpukit_a_SOURCES += dev/i2c/gpio-nxp-pca9535.c
|
||||
libcpukit_a_SOURCES += dev/i2c/i2c-bus.c
|
||||
libcpukit_a_SOURCES += dev/i2c/i2c-dev.c
|
||||
libcpukit_a_SOURCES += dev/i2c/sensor-lm75a.c
|
||||
libcpukit_a_SOURCES += dev/i2c/switch-nxp-pca9548a.c
|
||||
libcpukit_a_SOURCES += dev/i2c/ti-ads-16bit-adc.c
|
||||
libcpukit_a_SOURCES += dev/i2c/ti-lm25066a.c
|
||||
libcpukit_a_SOURCES += dev/i2c/ti-tmp112.c
|
||||
libcpukit_a_SOURCES += dev/i2c/xilinx-axi-i2c.c
|
||||
libcpukit_a_SOURCES += dev/serial/sc16is752.c
|
||||
libcpukit_a_SOURCES += dev/serial/sc16is752-spi.c
|
||||
libcpukit_a_SOURCES += dev/spi/spi-bus.c
|
||||
libcpukit_a_SOURCES += sapi/src/chainappendnotify.c
|
||||
libcpukit_a_SOURCES += sapi/src/chaingetnotify.c
|
||||
libcpukit_a_SOURCES += sapi/src/chaingetwait.c
|
||||
@@ -79,7 +93,6 @@ all-local: generate-vc-key
|
||||
|
||||
# librtemscpu
|
||||
_SUBDIRS = . score rtems posix
|
||||
_SUBDIRS += dev
|
||||
_SUBDIRS += dtc/libfdt
|
||||
_SUBDIRS += libcrypt
|
||||
_SUBDIRS += libcsupport libblock libfs
|
||||
|
||||
@@ -474,7 +474,6 @@ RTEMS_AMPOLISH3
|
||||
AC_CONFIG_FILES([
|
||||
Doxyfile
|
||||
Makefile
|
||||
dev/Makefile
|
||||
dtc/libfdt/Makefile
|
||||
rtems/Makefile
|
||||
score/Makefile
|
||||
|
||||
@@ -1,23 +0,0 @@
|
||||
include $(top_srcdir)/automake/compile.am
|
||||
include $(top_srcdir)/automake/multilib.am
|
||||
|
||||
noinst_LIBRARIES = libdev.a
|
||||
|
||||
libdev_a_SOURCES =
|
||||
libdev_a_SOURCES += i2c/eeprom.c
|
||||
libdev_a_SOURCES += i2c/fpga-i2c-slave.c
|
||||
libdev_a_SOURCES += i2c/gpio-nxp-pca9535.c
|
||||
libdev_a_SOURCES += i2c/i2c-bus.c
|
||||
libdev_a_SOURCES += i2c/i2c-dev.c
|
||||
libdev_a_SOURCES += i2c/sensor-lm75a.c
|
||||
libdev_a_SOURCES += i2c/switch-nxp-pca9548a.c
|
||||
libdev_a_SOURCES += i2c/xilinx-axi-i2c.c
|
||||
libdev_a_SOURCES += i2c/ti-ads-16bit-adc.c
|
||||
libdev_a_SOURCES += i2c/ti-lm25066a.c
|
||||
libdev_a_SOURCES += i2c/ti-tmp112.c
|
||||
libdev_a_SOURCES += spi/spi-bus.c
|
||||
libdev_a_SOURCES += serial/sc16is752.c
|
||||
libdev_a_SOURCES += serial/sc16is752-spi.c
|
||||
libdev_a_SOURCES += serial/sc16is752-regs.h
|
||||
|
||||
include $(top_srcdir)/automake/local.am
|
||||
@@ -13,7 +13,6 @@ TMPINSTALL_FILES = $(PROJECT_LIB)/librtemscpu.a
|
||||
librtemscpu_a_SOURCES =
|
||||
|
||||
TMP_LIBS =
|
||||
TMP_LIBS += ../dev/libdev.a
|
||||
TMP_LIBS += ../dtc/libfdt/libfdt.a
|
||||
TMP_LIBS += ../score/cpu/@RTEMS_CPU@/libscorecpu.a
|
||||
TMP_LIBS += ../score/libscore.a
|
||||
|
||||
Reference in New Issue
Block a user