Landfall

pkg/landfall-examples/ci20_leds/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_ci20_leds     5 SRC_C		= ci20_leds.c     6 REQUIRES_LIBS   = libio l4re_c-util libdrivers-gpio     7      8 include $(L4DIR)/mk/prog.mk