diff options
Diffstat (limited to 'kernel/Documentation/ptp/Makefile')
-rw-r--r-- | kernel/Documentation/ptp/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/kernel/Documentation/ptp/Makefile b/kernel/Documentation/ptp/Makefile new file mode 100644 index 000000000..293d6c09a --- /dev/null +++ b/kernel/Documentation/ptp/Makefile @@ -0,0 +1,8 @@ +# List of programs to build +hostprogs-y := testptp + +# Tell kbuild to always build the programs +always := $(hostprogs-y) + +HOSTCFLAGS_testptp.o += -I$(objtree)/usr/include +HOSTLOADLIBES_testptp := -lrt |