2022-09-27 | Paul Boddie | raw annotate files changeset graph | Fixed architecture-specific build directory detection. |
1 PKGDIR ?= ../../.. 2 L4DIR ?= $(PKGDIR)/../.. 3 4 TARGET = libdevice_input_event_client.o.a 5 PC_FILENAME := libdevice-input-event-client 6 7 SRC_CC := input-event-client.cc input-event-loop.cc 8 9 PRIVATE_INCDIR += $(PKGDIR)/input/include 10 11 REQUIRES_LIBS := l4re_c l4re_c-util libdrivers-keypad-headers libdevice-util 12 13 include $(L4DIR)/mk/lib.mk