/Documentation/accounting/Makefile

https://bitbucket.org/abioy/linux · Makefile · 10 lines · 4 code · 3 blank · 3 comment · 0 complexity · 79e433280969098cf7da5d4187211ad5 MD5 · raw file

  1. # kbuild trick to avoid linker error. Can be omitted if a module is built.
  2. obj- := dummy.o
  3. # List of programs to build
  4. hostprogs-y := getdelays
  5. # Tell kbuild to always build the programs
  6. always := $(hostprogs-y)
  7. HOSTCFLAGS_getdelays.o += -I$(objtree)/usr/include