make: Add LD_CONF support (automatically added to all projects in lib.mk)

This commit is contained in:
Jan Lindemann 2008-04-09 11:20:01 +00:00 committed by Jan Lindemann
commit 1ebb79d5d6
5 changed files with 30 additions and 4 deletions

View file

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