forked from Imagelibrary/rtems
10 lines
179 B
Makefile
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
|