Add `-I.' option to CFLAGS so that we can compile asm code together

with `-nostdinc' option.
This commit is contained in:
Mitsuru IWASAKI 2001-09-04 15:46:32 +00:00
parent dbad09ef38
commit fbd49a7cfb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=82968

View File

@ -9,6 +9,7 @@ DEPENDFILE=
MAKESRCPATH= ${.CURDIR}
CLEANFILES= acpi_wakecode.h acpi_wakecode.bin acpi_wakecode.o
.endif
CFLAGS+= -I.
all: acpi_wakecode.h