mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-16 15:13:40 +08:00
usb01: Simplify test program
This commit is contained in:
@@ -1580,8 +1580,7 @@ def build(bld):
|
||||
lib = ["m", "z"],
|
||||
install_path = None)
|
||||
|
||||
test_usb01 = ['testsuite/usb01/init.c',
|
||||
'testsuite/usb01/test-file-system.c']
|
||||
test_usb01 = ['testsuite/usb01/init.c']
|
||||
bld.program(target = "usb01.exe",
|
||||
features = "cprogram",
|
||||
cflags = cflags,
|
||||
|
Reference in New Issue
Block a user