2018-05-13 | Paul Boddie | file changeset files shortlog | Added device libraries and programs, configuration files and examples. Also added an installation script and copyright and licensing information. |
paul@0 | 1 | PKGDIR ?= ../../.. |
paul@0 | 2 | L4DIR ?= $(PKGDIR)/../.. |
paul@0 | 3 | |
paul@0 | 4 | TARGET = liblcd_dev_jz4740.o.a |
paul@0 | 5 | PC_FILENAME := libdevice-lcd-jz4740 |
paul@0 | 6 | |
paul@0 | 7 | SRC_CC := lcd-jz4740-device.cc |
paul@0 | 8 | |
paul@0 | 9 | PRIVATE_INCDIR += $(PKGDIR)/lcd/include |
paul@0 | 10 | |
paul@0 | 11 | REQUIRES_LIBS := l4re_c l4re_c-util libdevice-lcd libdrivers-lcd-jz4740 libdevice-cpm-client libdevice-panel-client libdevice-util |
paul@0 | 12 | |
paul@0 | 13 | include $(L4DIR)/mk/lib.mk |