branch | RCL_3 |
changeset 113 | bae7f55f6ef7 |
parent 0 | 6d65d5acee06 |
112:c39e182aa37c | 113:bae7f55f6ef7 |
---|---|
1 # sf_config level configuration makefile |
|
2 |
|
3 #Define this platform as default if nothing is defined |
|
4 ifeq (,$(S60)) |
|
5 S60 += 91 |
|
6 $(warning S60 platform not defined (E.g. S60=91)! Using $(S60)) |
|
7 endif |
|
8 |
|
9 ifeq (91,$(findstring 91,$(S60))) |
|
10 |
|
11 MAKEFILE = /sf/config/sf_config/Makefile |
|
12 |
|
13 sf_all :: sf_config |
|
14 sf_config :: |
|
15 sf_config :: config |
|
16 config_all :: sf_all |
|
17 |
|
18 include include_template.mk |
|
19 |
|
20 endif |