From a0f0018496f01f22caf358a56b1d6b91f100af1a Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Tue, 5 Jun 2018 13:16:12 +0200 Subject: Turn syncconfig.py into genconfig.py and generate header There should be a script available that generates the output header for the build. It usually makes sense to generate both the header and any incremental build information at the same time (automatically during build), so roll them both into the same script. --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 54899fb..a107065 100644 --- a/setup.py +++ b/setup.py @@ -17,6 +17,7 @@ setuptools.setup( py_modules=( "kconfiglib", "menuconfig", + "genconfig", "oldconfig", "syncconfig", "alldefconfig", @@ -28,8 +29,8 @@ setuptools.setup( entry_points={ "console_scripts": ( "menuconfig = menuconfig:_main", + "genconfig = genconfig:main", "oldconfig = oldconfig:main", - "syncconfig = syncconfig:main", "alldefconfig = alldefconfig:main", "allnoconfig = allnoconfig:main", "allmodconfig = allmodconfig:main", -- cgit v1.2.3