Landfall

Annotated pkg/landfall-examples/keypad_ds_client/Makefile

0:89a1bc19c1fc
2018-05-13 Paul Boddie 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		= ex_keypad_ds_client
paul@0 5
#SRC_CC		= keypad_ds_client.cc
paul@0 6
#REQUIRES_LIBS	= l4re_c-util libdevice-keypad-client
paul@0 7
SRC_C		= keypad_ds_client_c.c
paul@0 8
REQUIRES_LIBS	= l4re_c-util libdevice-keypad-ops
paul@0 9
paul@0 10
include $(L4DIR)/mk/prog.mk