https://github.com/torvalds/linux
Raw File
Tip revision: edc5284b08147dd182a1a793dd341dde5af21433 authored by Dmitry Chernenkov on 02 April 2015, 11:28:24 UTC
mm: kasan: Initial memory quarantine implementation.
Tip revision: edc5284
Makefile
# List of programs to build
hostprogs-y := crc32hash

# Tell kbuild to always build the programs
always := $(hostprogs-y)

HOSTCFLAGS_crc32hash.o += -I$(objtree)/usr/include
back to top