blob: 70648d9eb917f2e95ae133efd6751697cd7f84c6 [file] [log] [blame]
RUBY_MINI_LDMAP_SRC = board/ruby_mini/u-boot.lds.S
define build-mini-ldmap
@mkdir -p ${@D}
$(CPP) -D__ASSEMBLY__ -Iquantenna/common -Iinclude $1 $< | grep -vE '^\#' > $@
endef