defs.mk: Add *.bprof to LOCAL_CFG

This commit is contained in:
Jan Lindemann 2011-06-16 17:14:09 +00:00 committed by Jan Lindemann
commit 0af42e0e4d

View file

@ -235,7 +235,7 @@ INSTALL_CFGDIR ?= $(CONFIG_DIR)
else
INSTALL_CFGDIR ?= $(CONFIG_DIR)/$(CONFIG_SUBDIR)
endif
LOCAL_CFG ?= $(wildcard *.conf *.xml)
LOCAL_CFG ?= $(wildcard *.conf *.xml *.bprof)
INSTALLED_CFG ?= $(addprefix $(INSTALL_CFGDIR)/,$(LOCAL_CFG))
# -- SYSCFG