Landfall

pkg/devices/Makefile

84:21b57dd374bb
2020-06-17 Paul Boddie Added a mention of listlibs.sh which will need to be invoked for some examples. jz4780-lcd
     1 PKGDIR	= .     2 L4DIR	?= $(PKGDIR)/../..     3      4 TARGET  = backlight cpm display fb input keypad lcd lib pwm spi util     5      6 include $(L4DIR)/mk/subdir.mk     7      8 # Internal dependencies.     9 # lib provides driver libraries    10 # util provides peripheral memory access    11     12 backlight: pwm spi    13 cpm: lib util    14 display: backlight cpm lib util    15 fb: lcd lib util    16 input: keypad lib    17 keypad: lib util    18 lcd: display lib util    19 lib: util    20 pwm: lib util    21 spi: lib util