/Documentation/accounting/Makefile
https://bitbucket.org/abioy/linux · Makefile · 10 lines · 4 code · 3 blank · 3 comment · 0 complexity · 79e433280969098cf7da5d4187211ad5 MD5 · raw file
- # kbuild trick to avoid linker error. Can be omitted if a module is built.
- obj- := dummy.o
- # List of programs to build
- hostprogs-y := getdelays
- # Tell kbuild to always build the programs
- always := $(hostprogs-y)
- HOSTCFLAGS_getdelays.o += -I$(objtree)/usr/include