Makefile updates:
Turn on optimization Remove some redundancy in FLAGS
This commit is contained in:
2
drivers/Makefile.inc
Normal file
2
drivers/Makefile.inc
Normal file
@@ -0,0 +1,2 @@
|
||||
CPPFLAGS+= -D_MINIX -D_POSIX_SOURCE
|
||||
BINDIR?=/usr/sbin
|
||||
@@ -9,6 +9,6 @@ MAN=
|
||||
|
||||
BINDIR?= /sbin
|
||||
|
||||
CPPFLAGS+= -D_MINIX=1 -D_POSIX_SOURCE=1 -D_SYSTEM=1
|
||||
CPPFLAGS+= -D_SYSTEM=1
|
||||
|
||||
.include <minix.prog.mk>
|
||||
|
||||
Reference in New Issue
Block a user