Landfall

Annotated pkg/landfall-examples/qi_lb60_keypad_driver/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_qi_lb60_keypad_driver
paul@0 5
SRC_CC		= qi_lb60_keypad_driver.cc
paul@0 6
SRC_DATA	= unifont.tff
paul@0 7
REQUIRES_LIBS   = libio l4re_c-util libdevice-input-keypad libdrivers-keypad-qi_lb60 mag-gfx
paul@0 8
paul@0 9
include $(L4DIR)/mk/prog.mk