gen_makefile: fix deps: add *.map (for e.g. libosmogsm.map)

Change-Id: I7bc2b5889213a1c635d039d4c6b577f6b4766d7f
This commit is contained in:
Neels Hofmeyr 2019-03-10 21:08:31 +01:00
parent cbdd7180a6
commit 44543a98b0
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ def gen_make(proj, deps, configure_opts, jobs, make_dir, src_dir, build_dir, url
### {proj} ###
{proj}_configure_files := $(shell find {src_proj} -name "Makefile.am" -or -name "*.in" -and -not -name "Makefile.in" )
{proj}_files := $(shell find {src_proj} -name "*.[hc]" -or -name "*.py" -or -name "*.cpp" -or -name "*.tpl" )
{proj}_files := $(shell find {src_proj} -name "*.[hc]" -or -name "*.py" -or -name "*.cpp" -or -name "*.tpl" -or -name "*.map")
.make.{proj}.clone:
@echo "\n\n\n===== $@\n"