summaryrefslogtreecommitdiffhomepage
path: root/digital/ucoolib/build/host.mk
blob: a07d5258a831be3efa2dc2041c5024712825d1d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# ucoolib - Microcontroller object oriented library.
#
# Rules for Host.

host_CPPFLAGS := $(CPPFLAGS) $(host_DEFS)
host_CFLAGS := $(CFLAGS)
host_CXXFLAGS := $(sort $(host_CFLAGS) $(CXXFLAGS))
host_ASFLAGS := $(ASFLAGS)
host_LDFLAGS := $(LDFLAGS)
host_LDLIBS := $(LDLIBS) $(host_LIBS)

$(eval $(call arch_cmds,host))

# Rules.

$(eval $(call arch_build_rules,host))
$(eval $(call arch_misc_rules,host))