Files
linux-kernel-module-cheat/packages/lkmc_many_files/lkmc_many_files.c
Ciro Santilli 57dbe81f33 lkmc_many_files: create package to test a rootfs with many files
Automatically pick up packages from under packages/ into BR2_EXTERNAL.

Move many subdirectory READMEs into the toplevel and link to toplevel from those subreadmes instead.
2018-06-17 11:36:56 +01:00

8 lines
113 B
C

#include <stdio.h>
#include <stdlib.h>
int main(void) {
puts("hello lkmc_many_files");
return EXIT_SUCCESS;
}