Unify the search path for includes
This commit is contained in:
parent
3b08127954
commit
94d410d834
|
@ -1,6 +1,6 @@
|
|||
dist=Makefile,cmos.c,ioport.c,tty.c
|
||||
targets=cmos.o,ioport.o,tty.o
|
||||
cppflags_force=-nostdinc -isystem ../../../include -I.. -I../..
|
||||
cppflags_force=-nostdinc -isystem ../../../include -I../..
|
||||
as=$(CC)
|
||||
asflags_force=$(CFLAGSF) $(CFLAGS) -c
|
||||
cflags_force=`../../../tools/platform.sh -V UKERNEL_CFLAGS -C "$$ARCH"`
|
||||
|
|
Loading…
Reference in New Issue
Block a user