summaryrefslogtreecommitdiffstats
path: root/c/src/make/custom/Makefile.am
blob: a36fba661f052ae84a507d8f250c0aafd0ed2d3f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# $Id$
#

AUTOMAKE_OPTIONS = foreign 1.4

rtems_makedir=$(prefix)/make
rtems_make_customdir=$(rtems_makedir)/custom
rtems_make_custom_DATA = @CUSTOM_CFG_FILES@

noinst_DATA = \
default.cfg

include $(top_srcdir)/../../../automake/local.am