blob: 3a9c0518efeae0661fcfe1f596c6e0a842f61372 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# file : build/system.make
# copyright : Copyright (c) 2006-2012 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
|