Landfall

pkg/landfall-examples/letux400_dma/Makefile

147:3d05f2d33524
17 months ago Paul Boddie Tidied and slightly improved the instructions. l4re-git-distribution
     1 PKGDIR		?= ..     2 L4DIR		?= $(PKGDIR)/../..     3      4 TARGET		= ex_letux400_dma     5      6 SRC_CC		= letux400_dma.cc     7      8 REQUIRES_LIBS   = l4re_c-util libdrivers-cpm libdrivers-dma libdevice-util     9     10 include $(L4DIR)/mk/prog.mk