sf_config/makefile
branchRCL_3
changeset 19 c39e182aa37c
parent 18 676c1656965b
child 20 bae7f55f6ef7
equal deleted inserted replaced
18:676c1656965b 19:c39e182aa37c
     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