libos-nuse / net-next-nuse

Network Stack in Userspace
Other
289 stars 67 forks source link

makefile cleanup with Kbuild #26

Closed thehajime closed 9 years ago

thehajime commented 9 years ago

I created a dedicated topic branch for this issue.

https://github.com/libos-nuse/net-next-nuse/tree/kbuild-makefile

I'm also working to solve this issue, patches are highly appreciated !!!

the specific challenges here for LibOS to be on Kbuild system are:

reference: http://www.spinics.net/lists/linux-mm/msg87029.html

thehajime commented 9 years ago

9baf2cb35f76629c79a2889c2a81e9445618043b and 32b619181ddd97e84dcb1ec44f9fffcd6c06c726 were the first trial, but not get reached the goal. will try later.

http://www.spinics.net/lists/linux-mm/msg87029.html also recommended: current shape doesn't have dependency checks among the build files.

thehajime commented 9 years ago

dependency detection is implemented with c06025113026c1651eb089a877a1a835ec7915b0, by using Kbuild .cmd files infrastructure. fixed and closed this issue.