mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Move the -I of common/util to the proper place to fix the powerpc build.
MFC after: 2 weeks
This commit is contained in:
parent
4813ad54f8
commit
57c2423017
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=268006
@ -22,8 +22,7 @@ SRCS= dtrace.c \
|
||||
SRCS+= dis_tables.c \
|
||||
instr_size.c
|
||||
CFLAGS+= -I${SYSDIR}/cddl/contrib/opensolaris/uts/intel \
|
||||
-I${SYSDIR}/cddl/dev/dtrace/x86 \
|
||||
-I${SUNW}/common/util
|
||||
-I${SYSDIR}/cddl/dev/dtrace/x86
|
||||
.endif
|
||||
|
||||
SRCS+= bus_if.h device_if.h vnode_if.h
|
||||
@ -45,6 +44,7 @@ CFLAGS+= -I${SYSDIR}/cddl/compat/opensolaris \
|
||||
-I${SYSDIR}/cddl/dev/dtrace \
|
||||
-I${SYSDIR}/cddl/dev/dtrace/${ARCHDIR} \
|
||||
-I${SYSDIR}/cddl/contrib/opensolaris/uts/common \
|
||||
-I${SUNW}/common/util \
|
||||
-I${SYSDIR} -DDIS_MEM
|
||||
|
||||
CFLAGS+= -DSMP
|
||||
|
Loading…
Reference in New Issue
Block a user