https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 45e14afefa0bcaf624c36904cfd4dc6c33bc8704 authored by Jason Self on 23 May 2016, 11:14:00 UTC
Linux-libre 3.12.60-gnu
Tip revision: 45e14af
Makefile
# kbuild trick to avoid linker error. Can be omitted if a module is built.
obj- := dummy.o

# Tell kbuild to always build the programs
always := $(hostprogs-y)

obj-m := timestamping/
back to top