Page MenuHomeFreeBSD

hym8563: Fix 32-bit powerpc build
ClosedPublic

Authored by jhibbits on Wed, Jun 24, 2:40 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jul 15, 9:29 PM
Unknown Object (File)
Wed, Jul 15, 8:39 AM
Unknown Object (File)
Wed, Jul 15, 8:05 AM
Unknown Object (File)
Wed, Jul 15, 7:27 AM
Unknown Object (File)
Wed, Jul 15, 7:27 AM
Unknown Object (File)
Tue, Jul 14, 2:07 PM
Unknown Object (File)
Sat, Jul 11, 6:00 PM
Unknown Object (File)
Wed, Jul 8, 4:54 AM
Subscribers

Details

Summary

Depend on clknode_if.h in the module Makefile, so that it gets
explicitly built for the module. Also, reduce the #if guards to only
the new clock output code, and gate them on all powerpc, not just
powerpc64.

Fixes: 6b77d34f("HYM8563: Add support for clock output.")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

I would much rather have PowerPC adapt the clock, reset and other frameworks. After all, PowerPC .dts files use them, so I don't see a single reason why we could not include them in the PowerPC build.
The assumption that FDT means that all these frameworks would make the world much simpler.

This revision is now accepted and ready to land.Wed, Jun 24, 11:20 AM
This revision was automatically updated to reflect the committed changes.