source: rtems/c/src/lib/libbsp/i386/Makefile.am @ 031df391

5
Last change on this file since 031df391 was 2d0bc83, checked in by Sebastian Huber <sebastian.huber@…>, on 03/30/18 at 18:42:21

build: Remove EXTRA_DIST

A "make dist" is not supported. So, it makes no sense to have pure "make
dist" related stuff in the Makefile.am.

  • Property mode set to 100644
File size: 318 bytes
Line 
1ACLOCAL_AMFLAGS = -I ../../../aclocal
2
3## Descend into the @RTEMS_BSP_FAMILY@ directory
4_SUBDIRS = @RTEMS_BSP_FAMILY@
5
6
7# shared/comm
8
9
10# shared/irq
11
12# shared/pci
13
14include $(top_srcdir)/../../../automake/subdirs.am
15include $(top_srcdir)/../../../automake/local.am
16include $(srcdir)/../../../../../bsps/i386/headers.am
Note: See TracBrowser for help on using the repository browser.