Makefile 174 Bytes edit raw blame history 1 2 3 4 5 6 7 # 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