Files
rtems/c/src/lib/Makefile.am
2017-05-24 19:59:22 +10:00

10 lines
179 B
Makefile

_SUBDIRS = libcpu libbsp
include $(top_srcdir)/automake/subdirs.am
include $(top_srcdir)/automake/local.am
#
# The libsp cannot be built until libcpu is built.
#
libbsp: libcpu