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