1
0
Files
2022-09-29 17:59:04 +03:00

21 lines
374 B
Makefile

#
# Makefile for Moosehead debugcard.
DEBUGCARD = .
include $(DEBUGCARD)/mhdbcommondefs
OBJECTDIR = $(PRODUCT:=.O)
#
# All the little branches under the tree top.
# tools lcore diags images
SUBDIRS=\
tools lcore diags IP32fw images
default $(COMMONTARGS): $(COMMONPREF:=default)
$(SUBDIRS_MAKERULE)
mhdefault: $(OBJECTDIR)
include $(DEBUGCARD)/mhdbcommonrules