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 := client letux400 qi_lb60 server |
paul@0 | 5 | |
paul@0 | 6 | include $(L4DIR)/mk/subdir.mk |
paul@0 | 7 | |
paul@0 | 8 | letux400: server |
paul@0 | 9 | qi_lb60: server |