mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
defs.mk: Add *.bprof to LOCAL_CFG
This commit is contained in:
parent
ed74599194
commit
0af42e0e4d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue