diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-12-08 04:22:38 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-12-08 04:24:49 +0100 |
| commit | 3cc2f9f32b61ed27c533b60a8544ac32de0d969d (patch) | |
| tree | 931d904414a45ad4dd172f8c9b9c78fc83fb1e7a /setup.py | |
| parent | 1d69899bf788f939e3c7033c5246643d12584b79 (diff) | |
listnewconfig: Add script
Mirrors 'make listnewconfig' in the C tools.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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", ) }, |
