Changeset bb154c6 in mainline for boot/Makefile.common


Ignore:
Timestamp:
2019-08-03T08:15:25Z (6 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
09a8006
Parents:
6006f35
git-author:
Michal Koutný <xm.koutny+hos@…> (2015-04-15 15:14:58)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-08-03 08:15:25)
Message:

Add skeleton for configuration files loading

  • Create content of /cfg directory,
  • create sample configuration file,
  • refactored polymorphism.

Conflicts:

boot/Makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    r6006f35 rbb154c6  
    5050TOOLS_PATH = $(ROOT_PATH)/tools
    5151DRVS_PATH = drv
     52INITRD_CFG_PATH = $(USPACE_PATH)/cfg
     53# TODO configuration separation may change
     54ROOTFS_CFG_PATH = $(USPACE_PATH)/cfg
    5255
    5356MKARRAY = $(TOOLS_PATH)/mkarray.py
Note: See TracChangeset for help on using the changeset viewer.