Landfall

pkg/landfall-examples/hw_info/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_jz4780_info ex_x1600_info     5 SRC_C_ex_jz4780_info	= hw_info.c jz4780.c     6 SRC_C_ex_x1600_info	= hw_info.c x1600.c     7 REQUIRES_LIBS   	= \     8 			libio l4re_c-util libdrivers-aic libdrivers-cpm \     9 			libdrivers-dma libdrivers-gpio libdrivers-i2c \    10 			libdrivers-msc libdrivers-rtc libdrivers-spi \    11 			libdrivers-tcu libdevice-util    12     13 include $(L4DIR)/mk/prog.mk