Changeset 2721 for trunk/Config.kmk


Ignore:
Timestamp:
Feb 19, 2014, 4:10:37 PM (11 years ago)
Author:
bird
Message:

Config.kmk: Added loading of LocalConfig.kmk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r2700 r2721  
    8989endif
    9090include $(KBUILD_SVN_INFO_KMK)
     91
     92
     93#
     94# Local config, optional.
     95#
     96ifneq ($(wildcard $(PATH_ROOT)/LocalConfig.kmk),)
     97 include $(PATH_ROOT)/LocalConfig.kmk
     98endif
    9199
    92100
Note: See TracChangeset for help on using the changeset viewer.