mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-30 10:30:56 +08:00
17 lines
314 B
Makefile
17 lines
314 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
AUTOMAKE_OPTIONS = foreign 1.4
|
|
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
|
|
|
|
if HAS_LIBCHIP
|
|
LIBCHIP = libchip
|
|
endif
|
|
|
|
SUBDIRS = start include libmisc libc libcpu libbsp \
|
|
$(LIBCHIP) $(LIBHWAPI)
|
|
|
|
include $(top_srcdir)/../../../automake/subdirs.am
|
|
include $(top_srcdir)/../../../automake/local.am
|