6c395a22e7
[Thomas: - indicate in the Config.in help text that CONFIG_KPROBES - add missing final double quote in one of the Config.in comment - normalize the Config.in comment dependencies - bump to the latest Git version.] Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
22 lines
623 B
Makefile
22 lines
623 B
Makefile
################################################################################
|
|
#
|
|
# racehound
|
|
#
|
|
################################################################################
|
|
|
|
RACEHOUND_VERSION = f3375911019607a0cb6a15bf68fa62dadd6b790b
|
|
RACEHOUND_SITE = $(call github,winnukem,racehound,$(RACEHOUND_VERSION))
|
|
RACEHOUND_LICENSE = GPLv2
|
|
RACEHOUND_LICENSE_FILES = LICENSE
|
|
RACEHOUND_SUPPORTS_IN_SOURCE_BUILD = NO
|
|
|
|
RACEHOUND_DEPENDENCIES = elfutils linux
|
|
|
|
RACEHOUND_CONF_OPTS += \
|
|
-DKERNEL_VERSION_OK=YES \
|
|
-DMODULE_BUILD_SUPPORTED=YES \
|
|
-DKERNEL_CONFIG_OK=YES \
|
|
-DKBUILD_BUILD_DIR=$(LINUX_DIR)
|
|
|
|
$(eval $(cmake-package))
|