]> pd.if.org Git - liblfds/blob - liblfds/liblfds7.1.0/test_and_benchmark/libshared/build/gcc_gnumake_kbuild/Makefile
Initial import (all versions, including the new 7.1.0)
[liblfds] / liblfds / liblfds7.1.0 / test_and_benchmark / libshared / build / gcc_gnumake_kbuild / Makefile
1 default:
2         $(MAKE) -C /lib/modules/`uname -r`/build M=$(PWD)
3
4 clean:
5         $(MAKE) -C /lib/modules/`uname -r`/build M=$(PWD) clean
6         find ../../src/ -name "*.o" -type f -delete
7
8 help:
9         $(MAKE) -C /lib/modules/`uname -r`/build M=$(PWD) help
10
11 modules:
12         $(MAKE) -C /lib/modules/`uname -r`/build M=$(PWD) modules
13
14