Landfall

pkg/landfall-examples/dl_test_data/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		= libdl_test_data.so     5 SRC_C		= dl_test_data.c     6      7 include $(L4DIR)/mk/lib.mk