Landfall

pkg/devices/lib/Makefile

147:3d05f2d33524
17 months ago Paul Boddie Tidied and slightly improved the instructions. l4re-git-distribution
     1 PKGDIR		?= ..     2 L4DIR		?= $(PKGDIR)/../..     3      4 TARGET := common cpm dma gpio hdmi i2c keypad lcd panel pwm     5      6 include $(L4DIR)/mk/subdir.mk     7      8 cpm: common     9 dma: common    10 gpio: common    11 hdmi: panel    12 i2c: common    13 keypad: common    14 lcd: common    15 panel: lcd    16 pwm: common