Landfall

pkg/landfall-examples/ci20_leds/Makefile

139:74eafd298a88
2022-01-14 Paul Boddie Removed superfluous flag, fixed comment.
     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