summaryrefslogtreecommitdiff
path: root/Makefile.d/modules/memtest86.mk
blob: 97a644db9cb3359271617b6b99ac78a4d0956078 (plain)
1
2
3
4
5
6
7
memtest86_source = http://www.memtest.org/download/5.01/memtest86+-5.01.tar.gz

memtest86_patches = resources/memtest86/patch/config.h resources/memtest86/patch/Makefile
define memtest86_patch
	cp -f resources/memtest86/patch/config.h $@/config.h
	cp -f resources/memtest86/patch/Makefile $@/Makefile
endef