# HG changeset patch # User Paul Boddie # Date 1698445722 -7200 # Node ID f1df79717f9e53408ae4eaf860c626793525be90 # Parent 678a57edbba5d78d79acd68afc1b26f7d725b424 Fixed intra-library dependencies. diff -r 678a57edbba5 -r f1df79717f9e pkg/devices/lib/Makefile --- a/pkg/devices/lib/Makefile Fri Oct 27 18:02:49 2023 +0200 +++ b/pkg/devices/lib/Makefile Sat Oct 28 00:28:42 2023 +0200 @@ -5,14 +5,14 @@ include $(L4DIR)/mk/subdir.mk -aic: common +aic: cpm gpio cpm: common dma: common gpio: common hdmi: panel -i2c: common +i2c: cpm gpio keypad: common lcd: common panel: lcd pwm: common -spi: common +spi: gpio