Makefile 241 B

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