From 866804ad015d659ca5fb50aa7f285ce0a2f9d467 Mon Sep 17 00:00:00 2001 From: imp Date: Wed, 9 Sep 1998 17:23:25 +0000 Subject: 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 --- sys/conf/files | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/conf/files b/sys/conf/files index b70b506..7c56788 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -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}" \ -- cgit v1.1