source: rtems/c/src/lib/libbsp/i386/Makefile.am @ 1bc0ad2

5
Last change on this file since 1bc0ad2 was a748603, checked in by Chris Johns <chrisj@…>, on 05/14/17 at 01:52:52

build-system: Parallel build all subdirs.

  • Property mode set to 100644
File size: 835 bytes
Line 
1ACLOCAL_AMFLAGS = -I ../../../aclocal
2
3## Descend into the @RTEMS_BSP_FAMILY@ directory
4_SUBDIRS = @RTEMS_BSP_FAMILY@
5
6EXTRA_DIST =
7
8# shared/comm
9EXTRA_DIST += shared/comm/uart.c shared/comm/uart.h
10EXTRA_DIST += shared/comm/tty_drv.c shared/comm/tty_drv.h
11EXTRA_DIST += shared/comm/i386_io.h
12EXTRA_DIST += shared/comm/i386-stub-glue.c shared/comm/i386-stub.c
13EXTRA_DIST += shared/comm/gdb_glue.c
14
15EXTRA_DIST += shared/comm/GDB.HOWTO
16
17# shared/irq
18EXTRA_DIST += shared/irq/irq.h shared/irq/irq.c
19EXTRA_DIST += shared/irq/irq_asm.h shared/irq/irq_asm.S
20EXTRA_DIST += shared/irq/idt.c
21EXTRA_DIST += shared/irq/irq_init.c
22EXTRA_DIST += shared/irq/elcr.c
23
24# shared/pci
25EXTRA_DIST += shared/pci/pcibios.c
26EXTRA_DIST += shared/pci/pci_io.c
27
28include $(top_srcdir)/../../../automake/subdirs.am
29include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.