Fix build error by adding -fno-stack-protector to CFLAGS in usr/LBuild (#63)
[lunaix-os.git] / lunaix-os / kernel / LConfig
1 from . import fs, mm
2
3 @"Kernel Feature"
4 def kernel_feature():
5     """ Config kernel features """
6     pass