summaryrefslogtreecommitdiff
path: root/Documentation/networking/timestamping/Makefile
blob: bbe6f810535d6635bb47aee45411b6e95996318a (plain)
1
2
3
4
5
6
7
8
9
10
11
# List of programs to build
hostprogs-y := timestamping hwtstamp_config

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

HOSTCFLAGS_timestamping.o += -I$(objtree)/usr/include
HOSTCFLAGS_hwtstamp_config.o += -I$(objtree)/usr/include

clean:
	rm -f timestamping hwtstamp_config