source: rtems/c/src/lib/libbsp/sparc/Makefile.am @ 9da5d5fd

5
Last change on this file since 9da5d5fd 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: 676 bytes
Line 
1ACLOCAL_AMFLAGS = -I ../../../aclocal
2
3# Descend into the @RTEMS_BSP_FAMILY@ directory
4_SUBDIRS = @RTEMS_BSP_FAMILY@
5
6
7
8# Interrupt
9
10# AMBA Plug&Play bus
11
12# Clock Driver and Timer Library
13
14# PCI bus
15
16# PCI target boards
17
18# DEBUG
19
20# SpaceWire
21
22# UART
23
24# CAN (OC_CAN, GRCAN)
25
26# MEM
27
28# L2CACHE
29
30# GRIOMMU
31
32# MIL-STD-B1553 (Core1553BRM)
33
34# MIL-STD-B1553 (GR1553B)
35
36# I2C-master (I2CMST)
37
38# SPI
39
40# TIME
41
42# GPIO
43
44# PWM
45
46# ADC and DAC
47
48# GRETH
49
50# Network configuration
51
52# Driver Manager
53
54
55# GR712
56
57# TMTC
58
59# MEMSCRUB
60
61# L4STAT
62
63include $(top_srcdir)/../../../automake/subdirs.am
64include $(top_srcdir)/../../../automake/local.am
65include $(srcdir)/../../../../../bsps/sparc/headers.am
Note: See TracBrowser for help on using the repository browser.