Fix build error by adding -fno-stack-protector to CFLAGS in usr/LBuild (#63)
[lunaix-os.git] / lunaix-os / kernel / device / LBuild
1 src.c += (
2     "device.c",
3     "potentem.c",
4     "devdb.c",
5     "devfs.c",
6     "input.c",
7     "poll.c",
8 )