nuke a few missed -Ifactiondir CPPFLAGSitions.

This commit is contained in:
pooka 2016-01-26 23:41:15 +00:00
parent 93f2ab8ce8
commit 1730d8f0cf
2 changed files with 3 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 2015/10/19 16:16:34 pooka Exp $
# $NetBSD: Makefile,v 1.7 2016/01/26 23:41:15 pooka Exp $
#
.PATH: ${.CURDIR}/../../../../dev/usb ${.CURDIR}/../../../../kern
@ -12,7 +12,5 @@ SRCS= ucom.c uplcom.c u3g.c
SRCS+= ucom_at_usb.c
CPPFLAGS+= -I${RUMPTOP}/librump/rumpvfs
.include <bsd.lib.mk>
.include <bsd.klinks.mk>

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.rumpkern,v 1.165 2015/10/19 16:16:38 pooka Exp $
# $NetBSD: Makefile.rumpkern,v 1.166 2016/01/26 23:41:15 pooka Exp $
#
.include "${RUMPTOP}/Makefile.rump"
@ -169,8 +169,7 @@ SRCS+= subr_lockdebug.c
SRCS+= kern_ktrace.c
.endif
CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/librump/rumpvfs
CPPFLAGS+= -I${RUMPTOP}/librump/rumpnet -I${RUMPTOP}/librump/rumpdev
CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern
AFLAGS+= -D_LOCORE -Wa,--fatal-warnings
#