mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
11 lines
119 B
Makefile
11 lines
119 B
Makefile
|
|
SUBDIR = \
|
|
iicmux \
|
|
ltc430x \
|
|
pca954x \
|
|
|
|
.if !empty(OPT_FDT)
|
|
SUBDIR+= iic_gpiomux
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|