aboutsummaryrefslogtreecommitdiff
path: root/build/system.make
blob: 7de97db9b1461fe24d97f8330bb470d39deb9916 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# file      : build/system.make
# author    : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
# license   : GNU GPL v2; see accompanying LICENSE file

$(call include-once,$(bld_root)/system/configuration-rules.make,$(dcf_root))

$(call -include,$(dcf_root)/system/configuration-dynamic.make)

ifndef system_configuration

.NOTPARALLEL:

endif