Makefile 197 B

12345678
  1. # List of programs to build
  2. hostprogs-$(CONFIG_SAMPLE_STATX) := test-statx
  3. # Tell kbuild to always build the programs
  4. always := $(hostprogs-y)
  5. HOSTCFLAGS_test-statx.o += -I$(objtree)/usr/include