diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/fip_create/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/fip_create/Makefile b/tools/fip_create/Makefile index 69569a1b..c72bae53 100644 --- a/tools/fip_create/Makefile +++ b/tools/fip_create/Makefile @@ -52,6 +52,9 @@ all: ${PROJECT} ${PROJECT}: ${OBJECTS} Makefile @echo " LD $@" ${Q}${CC} ${OBJECTS} -o $@ + @echo + @echo "Built $@ successfully" + @echo %.o: %.c %.h Makefile @echo " CC $<" |