mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-05 12:56:08 +00:00
make 'make universe' not complain about
In file included from /src/sys/modules/powermac_nvram/../../dev/powermac_nvram/powermac_nvram.c:38: @/dev/ofw/ofw_bus.h:36:24: error: ofw_bus_if.h: No such file or directory I am not sure for how long this had not worked and if it was just the latest vimage commit that had revealed this or if nobody had built universe successfully in a while. Btw, the tinderbox did not complain either so that is probably the reason noone had noticed.
This commit is contained in:
parent
1f2c9f3b84
commit
ac8fd4f437
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=185428
@ -5,5 +5,6 @@
|
||||
KMOD= powermac_nvram
|
||||
SRCS= powermac_nvram.c powermac_nvramvar.h
|
||||
SRCS+= bus_if.h device_if.h
|
||||
SRCS+= ofw_bus_if.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user