Landfall

pkg/landfall-examples/ci20_cpm/Makefile

289:3c7cc99ed90f
6 months ago Paul Boddie Widened various address and size values to avoid overflow/truncation issues. Fixed high-capacity card support by changing the initialisation procedure. cpm-library-improvements
     1 PKGDIR		?= ..     2 L4DIR		?= $(PKGDIR)/../..     3      4 TARGET		= ex_ci20_cpm     5 SRC_C		= ci20_cpm.c     6 REQUIRES_LIBS   = libio l4re_c-util libdrivers-cpm     7      8 include $(L4DIR)/mk/prog.mk