1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

makefiles: remove PCF857x pseudomodule definition

The pseudomodules used by the PCF7857x driver are correctly defined by `Makfefile.include` of the driver. However, by mistake they were left in `makefiles/pseudomodules.mk` when the very old PR was rebased to the current master. That is, they were only leftovers that have been overseen after rebasing an squashing dozens of fixup commits.
This commit is contained in:
Gunar Schorcht 2021-12-05 15:57:34 +01:00
parent 0646862421
commit 912bb604ee

View File

@ -174,12 +174,6 @@ 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_%