Justin Hibbits
f1a48eaf0d
Add missing file to gpiobus module
...
ofw_gpiobus.c is needed when FDT is used.
MFC after: 2 weeks
2018-01-07 20:28:17 +00:00
Enji Cooper
193d9e768b
sys/modules: normalize .CURDIR-relative paths to SRCTOP
...
This simplifies make output/logic
Tested with: `cd sys/modules; make ALL_MODULES=` on amd64
MFC after: 1 month
Sponsored by: Dell EMC Isilon
2017-03-04 10:10:17 +00:00
Ian Lepore
606efbc733
Fix parallel builds by specifying *all* required headers in SRCS.
...
Submitted by: manu
Pointy hat: ian
2016-05-27 04:34:42 +00:00
Luiz Otavio O Souza
1dd2aa86b9
Fix the build of gpiobus as a module.
...
Add the missing newbus interfaces and gpioc, which is part of basic gpiobus
framework.
Sponsored by: Rubicon Communications (Netgate)
2015-08-17 17:01:26 +00:00
Luiz Otavio O Souza
de290ab842
Inspired by r262522, fix make depend. This fixes the build of gpio modules.
...
Approved by: adrian (mentor)
2014-02-27 13:26:41 +00:00
Adrian Chadd
3cf391a131
Allow building the GPIO bus and associated bits as modules.
...
This is primarily done to save a few bytes here and there on embedded
systems with limited flash space for kernels - a very limited (sub-1MB)
space may be available for the kernel and may only support gzip encoding.
The rootfs can be LZMA compressed.
2012-01-15 19:40:59 +00:00