acrn-hypervisor/devicemodel/vmcfg
Ming Liu 62a42d5f5a devicemodel: Makefile: clean up/refactor some code
- Put version.h, vmcfg_config.h, .config into DM_OBJDIR like what's
  already done in hypervisor and tools, it does not have to stay in
  source or else a extra entry in .gitignore is needed.
- Change some implicit targets to explicit targets, include:
  vmcfg_header -> $(DM_OBJDIR)/include/vmcfg_config.h
  $(PROGRAM) -> $(DM_OBJDIR)/$(PROGRAM)

  then $(DM_OBJDIR)/include/vmcfg_config.h would be depended by
  $(DM_OBJDIR)/%.o without the need involving in a extra implicit
  target vmcfg_header. (And it's not set in .PHONY)
- These header targets vmcfg_config.h and version.h should be depended
  by $(DM_OBJDIR)/%.o target instead of by all target, and this is done
  since they are in HEADERS now.
- Drop redundant clean commands and fix some bad styled coding, like
  multiple blanks in a line.

Tracked-On: #1599
Signed-off-by: Ming Liu <liu.ming50@gmail.com>
2018-10-30 14:25:51 +08:00
..
apl-mrb DM: VMcfg: mrb-env-setup.sh 2018-10-22 16:57:23 +08:00
scripts/kconfig devicemodel: Makefile: clean up/refactor some code 2018-10-30 14:25:51 +08:00
Kconfig DM: VMcfg: support VM1 on MRB 2018-10-22 16:57:23 +08:00
Makefile DM: VMcfg: mrb-env-setup.sh 2018-10-22 16:57:23 +08:00
example.h DM: VMcfg: generated example header 2018-10-22 16:57:23 +08:00
vmcfg.c DM: VMcfg: support --dump options 2018-10-22 16:57:23 +08:00