sbu-fsl / kernel-ml

Machine Learning Framework for Operating Systems - Brings ML to Linux kernel
Apache License 2.0
234 stars 26 forks source link

a question about -I path in your kernel-src Makefile #3

Open leomeWu opened 7 months ago

leomeWu commented 7 months ago

I'm sorry to bother you,I would like to inquire about the presence of any header files at this specific path(-I/home/umit/research/kernel-ml/kml/include,KBUILD_CFLAGS += -I/home/kml/include). I find the paths separately in these tow files(kernel-ml-linux\block\Makefile, kernel-ml-linux\mm\Makefile)

Are the headers files included as part of this open-source project, or are they solely present on your PC?I am currently unable to compile successfully, and I suspect the issue is related to this header file path.