]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - Documentation/networking/timestamping/Makefile
d934afc8306a495134bf24559c6ecbd94178f36f
[karo-tx-linux.git] / Documentation / networking / timestamping / Makefile
1 # kbuild trick to avoid linker error. Can be omitted if a module is built.
2 obj- := dummy.o
3
4 # List of programs to build
5 hostprogs-y := timestamping hwtstamp_config
6
7 # Tell kbuild to always build the programs
8 always := $(hostprogs-y)
9
10 HOSTCFLAGS_timestamping.o += -I$(objtree)/usr/include
11 HOSTCFLAGS_hwtstamp_config.o += -I$(objtree)/usr/include
12
13 clean:
14         rm -f timestamping hwtstamp_config