diff options
Diffstat (limited to 'support/scripts/checkpackagelib_mk.py')
-rw-r--r-- | support/scripts/checkpackagelib_mk.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/support/scripts/checkpackagelib_mk.py b/support/scripts/checkpackagelib_mk.py new file mode 100644 index 0000000000..84eeef8895 --- /dev/null +++ b/support/scripts/checkpackagelib_mk.py @@ -0,0 +1,8 @@ +# See support/scripts/check-package.txt before editing this file. +# There are already dependency checks during the build, so below check +# functions don't need to check for things already checked by exploring the +# menu options using "make menuconfig" and by running "make" with appropriate +# packages enabled. + +# Notice: ignore 'imported but unused' from pyflakes for check functions. +from checkpackagelib import NewlineAtEof |