# HG changeset patch # User Simon Howkins # Date 1259324932 0 # Node ID 2481071248231144379dcf2519a99847dfbe55ee # Parent 4ab060f254177889b0a49a955f837abbe0c2f0e1 Updated to support the WHAT and CLEAN commands by declaring that the FLM will generate 3 output files (IMG, LOG and OBY). diff -r 4ab060f25417 -r 248107124823 kernel/eka/rombuild/rom.flm --- a/kernel/eka/rombuild/rom.flm Wed Nov 25 13:35:01 2009 +0000 +++ b/kernel/eka/rombuild/rom.flm Fri Nov 27 12:28:52 2009 +0000 @@ -26,5 +26,14 @@ endef # expand -# Will generate udeb and urel version! How???? $(eval $(rom)) + +# The items produced by this FLM: +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 + +## What targets -- declare the files produced here +$(eval $(call whatmacro, $(RELEASEABLES))) +## Clean up +$(eval $(call GenerateStandardCleanTarget, $(RELEASEABLES))) + +