changeset 36 | fc38b048ab2f |
parent 24 | 96f7513ad2d7 |
child 37 | 04e7a3912350 |
child 46 | b45fe1029b5d |
24:96f7513ad2d7 | 36:fc38b048ab2f |
---|---|
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 |