2022-09-27 | Paul Boddie | file changeset files shortlog | Fixed architecture-specific build directory detection. |
paul@0 | 1 | PKGDIR ?= ../.. |
paul@0 | 2 | L4DIR ?= $(PKGDIR)/../.. |
paul@0 | 3 | |
paul@19 | 4 | TARGET := client pwm spi-ili8960 |
paul@0 | 5 | |
paul@0 | 6 | include $(L4DIR)/mk/subdir.mk |