mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-06-05 16:26:29 +08:00
21 lines
308 B
Makefile
21 lines
308 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
include ../config.inc
|
|
|
|
include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
|
|
include $(RTEMS_CUSTOM)
|
|
include $(RTEMS_SHARE)/make/directory.cfg
|
|
|
|
# Basic Tests
|
|
SUBDIRS = swi01
|
|
SUBDIRS += timeout01
|
|
# USB Tests
|
|
SUBDIRS += usb01
|
|
|
|
# Network Tests
|
|
SUBDIRS += init01
|
|
SUBDIRS += netshell01
|
|
SUBDIRS += loopback01
|