Merge branch 'csums-next'
[deliverable/linux.git] / Documentation / networking / timestamping / Makefile
CommitLineData
f28f9e43
RD
1# kbuild trick to avoid linker error. Can be omitted if a module is built.
2obj- := dummy.o
cb9eff09 3
f28f9e43 4# List of programs to build
a4bcc795 5hostprogs-y := timestamping hwtstamp_config
f28f9e43
RD
6
7# Tell kbuild to always build the programs
8always := $(hostprogs-y)
9
10HOSTCFLAGS_timestamping.o += -I$(objtree)/usr/include
a4bcc795 11HOSTCFLAGS_hwtstamp_config.o += -I$(objtree)/usr/include
cb9eff09
PO
12
13clean:
a4bcc795 14 rm -f timestamping hwtstamp_config
This page took 0.502735 seconds and 5 git commands to generate.