xref: /netbsd-src/sys/conf/mdroot.mk (revision 63aea4bd5b445e491ff0389fe27ec78b3099dba3)
1# $NetBSD: mdroot.mk,v 1.1 2015/08/30 05:24:04 uebayasi Exp $
2
3.if defined(MEMORY_DISK_IMAGE)
4md_root_image.h: ${MEMORY_DISK_IMAGE}
5	${_MKTARGET_CREATE}
6	${TOOL_HEXDUMP} -v -e '"\t" 8/1 "0x%02x, " "\n"' ${.ALLSRC} > ${.TARGET}
7md_root.o: md_root_image.h
8.endif
9