Landfall

pkg/landfall-examples/letux400_keypad_physical/Makefile

1:2c39f47138cf
2018-05-14 Paul Boddie Fixed Makefiles and added Control file so that the examples actually get built.
     1 PKGDIR		?= ..     2 L4DIR		?= $(PKGDIR)/../..     3      4 TARGET		= ex_letux400_keypad_physical     5 SRC_C		= letux400_keypad_physical.c     6 REQUIRES_LIBS	= l4re_c-util     7      8 include $(L4DIR)/mk/prog.mk