From 3cc2f9f32b61ed27c533b60a8544ac32de0d969d Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sat, 8 Dec 2018 04:22:38 +0100 Subject: listnewconfig: Add script Mirrors 'make listnewconfig' in the C tools. --- setup.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index dd7f0f1..3faa82c 100644 --- a/setup.py +++ b/setup.py @@ -33,6 +33,7 @@ setuptools.setup( "allnoconfig", "allmodconfig", "allyesconfig", + "listnewconfig", ), # TODO: Don't install the menuconfig on Python 2. It won't run there. @@ -47,6 +48,7 @@ setuptools.setup( "allnoconfig = allnoconfig:main", "allmodconfig = allmodconfig:main", "allyesconfig = allyesconfig:main", + "listnewconfig = listnewconfig:main", ) }, -- cgit v1.2.3