mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 20:14:27 +01:00
bak
This commit is contained in:
@@ -84,11 +84,11 @@ if os.path.exists(config_file):
|
||||
config = imp.load_source('config', config_file)
|
||||
configs = {x:getattr(config, x) for x in dir(config) if not x.startswith('__')}
|
||||
|
||||
class Component:
|
||||
class BuildComponent:
|
||||
def __init__(self):
|
||||
pass
|
||||
|
||||
def build(self):
|
||||
def main(self):
|
||||
'''
|
||||
Parse CLI, and to the build based on it.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user