equal
deleted
inserted
replaced
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 |