view iconfig.mk @ 5540:a6ee95eb8e60 draft

privsep: Allow fcntl64 and fstat64 to fix ARM32 talking to the controller We already allow fcntl and fstat so this is not a problem.
author Matthew Clarkson <mclarkson@reliablecontrols.com>
date Fri, 13 Nov 2020 08:22:42 +0000
parents ab6ab600e935
children
line wrap: on
line source

# Nasty hack so that make clean works without configure being run
TOP?=		.
_CONFIG_MK!=	test -e ${TOP}/config.mk && \
		    echo config.mk || echo config-null.mk
_CONFIG_MK?=	$(shell test -e ${TOP}/config.mk && \
		    echo config.mk || echo config-null.mk)
CONFIG_MK?=	${_CONFIG_MK}
include		${TOP}/${CONFIG_MK}