net/tmpl_std: add Makefile for 'make regen'

Allow using "make regen" in the net dir to regenerate the configs, just
like it is possible to type "make regen" in the make dir.

This is a minor usability improvement, so one does not need to remember
to type ../fill_config.py in the net dir.

Change-Id: I8b23f8ae1f1d6ade597a30a222dfc82ea890d207
This commit is contained in:
Oliver Smith 2019-01-30 16:29:03 +01:00
parent 8d86dba01f
commit 0a5dd920ad
1 changed files with 5 additions and 0 deletions

5
net/tmpl_std/Makefile Normal file
View File

@ -0,0 +1,5 @@
# Do nothing by default
all:
regen:
../fill_config.py