alistair23-linux/Documentation/networking/timestamping/Makefile

9 lines
253 B
Makefile
Raw Normal View History

# List of programs to build
hostprogs-y := hwtstamp_config timestamping
# 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