1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Add missing acpi_wakecode.o: assym.s dependency, so that if assym.s

is newer than acpi_wakecode.h, the latter is rebuilt.

Reported by:	bde
This commit is contained in:
Ruslan Ermilov 2006-10-19 05:55:09 +00:00
parent ea3e117aaf
commit 034f5f8e72
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163498

View File

@ -19,7 +19,7 @@ CFLAGS+= ${NOSTDINC} -I. -I${MAKESRCPATH}/../..
all: acpi_wakecode.h
acpi_wakecode.o: acpi_wakecode.S
acpi_wakecode.o: acpi_wakecode.S assym.s
acpi_wakecode.bin: acpi_wakecode.o
objcopy -S -O binary acpi_wakecode.o acpi_wakecode.bin