mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 04:43:32 +00:00
Fiexed CFLAGS. Compiling things in the kernel without -O now causes
zillions of warnings about static inline functions because `inline' is ignored without -O.
This commit is contained in:
parent
4195b4af58
commit
88ce2dfc41
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18432
@ -1,11 +1,11 @@
|
||||
# $Id: Makefile,v 1.1.1.1 1996/06/12 03:49:15 asami Exp $
|
||||
# $Id: Makefile,v 1.2 1996/06/23 14:56:04 bde Exp $
|
||||
|
||||
.PATH: ${.CURDIR}/../../sys/dev/ccd
|
||||
KMOD= ccd_mod
|
||||
SRCS= ccd.c ccd.h vnode_if.h
|
||||
NOMAN=
|
||||
PSEUDO_LKM=
|
||||
CFLAGS= -I.
|
||||
CFLAGS+= -I.
|
||||
|
||||
NCCD?= 4
|
||||
CLEANFILES+= ccd.h vnode_if.h vnode_if.c
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $Id: Makefile,v 1.1.1.1 1996/06/12 03:49:15 asami Exp $
|
||||
# $Id: Makefile,v 1.2 1996/06/23 14:56:04 bde Exp $
|
||||
|
||||
.PATH: ${.CURDIR}/../../sys/dev/ccd
|
||||
KMOD= ccd_mod
|
||||
SRCS= ccd.c ccd.h vnode_if.h
|
||||
NOMAN=
|
||||
PSEUDO_LKM=
|
||||
CFLAGS= -I.
|
||||
CFLAGS+= -I.
|
||||
|
||||
NCCD?= 4
|
||||
CLEANFILES+= ccd.h vnode_if.h vnode_if.c
|
||||
|
Loading…
Reference in New Issue
Block a user