view iconfig.mk @ 5534:605f7f9a20c0 draft

fix if_getnetworknamespace matching bug. (#19) Co-authored-by: Ted Feng <Ted.Feng@Aviatnet.com>
author Ted Feng <artisdom@gmail.com>
date Wed, 04 Nov 2020 11:31:40 +1300
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}