nuke a few missed -Ifactiondir CPPFLAGSitions.
This commit is contained in:
parent
93f2ab8ce8
commit
1730d8f0cf
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue