1 # $NetBSD: Makefile.inc,v 1.5 2015/11/11 21:52:45 pooka Exp $ 2 # 3 4 RUMPTOP= ${.CURDIR}/../../.. 5 CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/librump/rumpdev 6 7 RUMPDEVLIBDIR:= ${.PARSEDIR} 8 .ifdef COMPONENT_SIMPLE 9 .PATH: ${RUMPDEVLIBDIR} 10 SRCS+= component_simple.c 11 CPPFLAGS.component_simple.c+= -DCOMPONENT_NAME=${COMPONENT_SIMPLE} 12 .endif 13 14 .include "${RUMPTOP}/Makefile.rump" 15