Landfall

pkg/devices/fb/src/server/Makefile

141:7aa21a758551
2022-09-27 Paul Boddie Fixed architecture-specific build directory detection.
     1 PKGDIR		?= ../../..     2 L4DIR		?= $(PKGDIR)/../..     3      4 TARGET		= libdevice_fb_server.o.a     5 PC_FILENAME	:= libdevice-fb-server     6      7 SRC_CC		:= fb-server.cc     8      9 PRIVATE_INCDIR	+= $(PKGDIR)/fb/include    10     11 REQUIRES_LIBS	:= l4re_c l4re_c-util    12     13 include $(L4DIR)/mk/lib.mk