make: Add definition for LOG install targets

This commit is contained in:
Jan Lindemann 2007-09-09 18:51:29 +00:00 committed by Jan Lindemann
commit 76fe85cd38
4 changed files with 21 additions and 2 deletions

View file

@ -245,7 +245,7 @@ check_not_empty_$(1):
fi
endef
INSTALLATION_FILE_TYPES = LIB PI HDR EXE SCRIPT INIT DOC PROFILE MAKE CFG IMG
INSTALLATION_FILE_TYPES = LIB PI HDR EXE SCRIPT INIT DOC PROFILE MAKE CFG IMG LOG
#$(foreach attr,OWNER GROUP MODE,$(foreach type, $(INSTALLATION_FILE_TYPES),\
# $(eval $(call std_install_rules,$(type)$(attr)))))