mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
makefiles: add PCF957X driver pseudomodules
This commit is contained in:
parent
7eb599e765
commit
dae1da051b
@ -171,6 +171,12 @@ NO_PSEUDOMODULES += netdev_ieee802154_submac
|
||||
# print ascii representation in function od_hex_dump()
|
||||
PSEUDOMODULES += od_string
|
||||
|
||||
# include variants of PCF857X drivers as pseudo modules
|
||||
PSEUDOMODULES += pcf857x_irq
|
||||
PSEUDOMODULES += pcf8574
|
||||
PSEUDOMODULES += pcf8574a
|
||||
PSEUDOMODULES += pcf8575
|
||||
|
||||
# add all pseudo random number generator variants as pseudomodules
|
||||
PSEUDOMODULES += prng_%
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user