arm-trusted-firmware/plat/marvell/armada/common
Pali Rohár e4bbd39c65 plat: marvell: armada: Add missing FORCE, .PHONY and clean targets
FORCE target is used as a dependency for other file targets which needs to
be always rebuilt. .PHONY target is standard Makefile target which specify
non-file targets and therefore needs to be always rebuilt.

Targets clean, realclean and distclean are .PHONY targets used to remove
built files. Correctly set that mrvl_clean target is prerequisite for these
clean targets to ensure that built files are removed.

Finally this change with usage of FORCE target allows to remove mrvl_clean
hack from the prerequisites of a8k ${DOIMAGETOOL} target which was used
just to ensure that ${DOIMAGETOOL} is always rebuilt via make subprocess.

Signed-off-by: Pali Rohár <pali@kernel.org>
Change-Id: I2fa8971244b43f101d846fc433ef7b0b6f139c92
2020-12-07 11:05:27 +00:00
..
aarch64 Don't return error information from console_flush 2020-10-09 10:21:50 -05:00
mss plat: marvell: armada: move mg conf related code to appropriate driver 2020-07-10 10:55:03 +00:00
marvell_bl1_setup.c marvell: armada: add extra level in marvell platform hierarchy 2020-06-07 00:06:03 +02:00
marvell_bl2_setup.c plat: marvell: armada: fix BL32 extra parameters usage 2020-07-10 10:55:40 +00:00
marvell_bl31_setup.c marvell: armada: add extra level in marvell platform hierarchy 2020-06-07 00:06:03 +02:00
marvell_cci.c marvell: armada: add extra level in marvell platform hierarchy 2020-06-07 00:06:03 +02:00
marvell_common.mk plat: marvell: armada: Add missing FORCE, .PHONY and clean targets 2020-12-07 11:05:27 +00:00
marvell_console.c Don't return error information from console_flush 2020-10-09 10:21:50 -05:00
marvell_ddr_info.c marvell: armada: add extra level in marvell platform hierarchy 2020-06-07 00:06:03 +02:00
marvell_gicv2.c marvell: armada: add extra level in marvell platform hierarchy 2020-06-07 00:06:03 +02:00
marvell_gicv3.c marvell: armada: add extra level in marvell platform hierarchy 2020-06-07 00:06:03 +02:00
marvell_image_load.c marvell: armada: add extra level in marvell platform hierarchy 2020-06-07 00:06:03 +02:00
marvell_io_storage.c plat: marvell: armada: fix BL32 extra parameters usage 2020-07-10 10:55:40 +00:00
marvell_pm.c marvell: armada: add extra level in marvell platform hierarchy 2020-06-07 00:06:03 +02:00
marvell_topology.c marvell: armada: add extra level in marvell platform hierarchy 2020-06-07 00:06:03 +02:00
mrvl_sip_svc.c marvell: armada: add extra level in marvell platform hierarchy 2020-06-07 00:06:03 +02:00
plat_delay_timer.c marvell: armada: add extra level in marvell platform hierarchy 2020-06-07 00:06:03 +02:00