Makefile 200 B

12345678
  1. # List of programs to build
  2. hostprogs-y := testptp
  3. # Tell kbuild to always build the programs
  4. always := $(hostprogs-y)
  5. HOSTCFLAGS_testptp.o += -I$(objtree)/usr/include
  6. HOSTLOADLIBES_testptp := -lrt