Overv / vramfs

VRAM based file system for Linux
1.26k stars 65 forks source link

Runtime support for both pre-1.2 and 1.2+ devices #2

Closed Oblomov closed 9 years ago

Oblomov commented 9 years ago

This small patchset does a little cleanup of the build system and (most importantly) allows concurrent support for 1.2+ and pre-1.2 devices without need for a compile-time switch (the only caveat is that the headers should be 1.2 or higher).

Overv commented 9 years ago

Thanks! Originally I was running into some linker errors when compiling on a pre-1.2 device with the 1.2+ headers, but that must have been a misconfiguration on my end.