Generate .depend file.
This commit is contained in:
parent
a1e0ad4bf3
commit
aff53081b3
@ -81,6 +81,8 @@ boot2.out: ${BTXCRT} boot2.o sio.o
|
||||
|
||||
boot2.o: boot2.s
|
||||
|
||||
SRCS= boot2.c boot2.h
|
||||
|
||||
boot2.s: boot2.c boot2.h ${.CURDIR}/../../common/ufsread.c
|
||||
${CC} ${CFLAGS} -S -o boot2.s.tmp ${.CURDIR}/boot2.c
|
||||
sed -e '/align/d' -e '/nop/d' < boot2.s.tmp > boot2.s
|
||||
|
@ -81,6 +81,8 @@ boot2.out: ${BTXCRT} boot2.o sio.o
|
||||
|
||||
boot2.o: boot2.s
|
||||
|
||||
SRCS= boot2.c boot2.h
|
||||
|
||||
boot2.s: boot2.c boot2.h ${.CURDIR}/../../common/ufsread.c
|
||||
${CC} ${CFLAGS} -S -o boot2.s.tmp ${.CURDIR}/boot2.c
|
||||
sed -e '/align/d' -e '/nop/d' < boot2.s.tmp > boot2.s
|
||||
|
Loading…
x
Reference in New Issue
Block a user