kernel/eka/rombuild/rom.flm
changeset 6 248107124823
parent 5 4ab060f25417
child 9 9cb0a1529d81
equal deleted inserted replaced
5:4ab060f25417 6:248107124823
    24 	$(call endrule,copy)
    24 	$(call endrule,copy)
    25 
    25 
    26 endef
    26 endef
    27 
    27 
    28 # expand
    28 # expand
    29 # Will generate udeb and urel version! How????
       
    30 $(eval $(rom))
    29 $(eval $(rom))
       
    30 
       
    31 # The items produced by this FLM:
       
    32 RELEASEABLES:=$(EPOCROOT)/epoc32/rom/$(REE_TARGET)/$(REE_TARGET)_$(TYPE)_$(PLATFORM)_$(CFG)_rom.oby $(EPOCROOT)/epoc32/rom/$(REE_TARGET)/$(REE_TARGET)_$(TYPE)_$(PLATFORM)_$(CFG)_ROMBUILD.LOG $(EPOCROOT)/epoc32/rom/$(REE_TARGET)_$(TYPE)_$(PLATFORM)_$(CFG).img
       
    33 
       
    34 ## What targets -- declare the files produced here
       
    35 $(eval $(call whatmacro, $(RELEASEABLES)))
       
    36 ## Clean up
       
    37 $(eval $(call GenerateStandardCleanTarget, $(RELEASEABLES)))
       
    38 
       
    39