mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-22 08:53:41 +01:00
Add dependency for subr_bus.c on bus_if.h and device_if.h so that a make
depend is not required to just build the kernel. Reviewed by: Doug Rabson
This commit is contained in:
parent
89afdb2434
commit
e8ddcfd6a1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=39016
@ -13,7 +13,8 @@ aic7xxx_{seq,reg}.h optional ahc device-driver \
|
||||
no-obj no-implicit-rule before-depend \
|
||||
clean "aic7xxx_seq.h aic7xxx_reg.h" \
|
||||
dependency "$S/dev/aic7xxx/aic7xxx.{reg,seq} $S/scsi/scsi_message.h aicasm"
|
||||
kern/subr_bus.c standard
|
||||
kern/subr_bus.c standard \
|
||||
dependency "device_if.h bus_if.h"
|
||||
device_if.o standard \
|
||||
dependency "device_if.c" \
|
||||
compile-with "${NORMAL_C}" \
|
||||
|
Loading…
Reference in New Issue
Block a user