Mercurial > flash_v2
diff packages/hal/common/current/cdl/hal.cdl @ 194:feb0fcf83327
Merge from eCos master repository on 2001-10-26-06:43:03-BST
| author | jlarmour |
|---|---|
| date | Fri, 26 Oct 2001 12:27:31 +0000 |
| parents | 391299f9e541 |
| children | ea3f0bd33a73 |
line wrap: on
line diff
--- a/packages/hal/common/current/cdl/hal.cdl +++ b/packages/hal/common/current/cdl/hal.cdl @@ -54,7 +54,7 @@ cdl_package CYGPKG_HAL { options that are common to all HAL packages." doc redirect/the-ecos-hardware-abstraction-layer-hal.html - compile generic-stub.c thread-packets.c hal_stub.c drv_api.c bplist-dynamic.c + compile drv_api.c compile -library=libextras.a dummy.c make -priority 250 { @@ -427,8 +427,9 @@ cdl_package CYGPKG_HAL { display "Common HAL tests" flavor data no_define - calculated { (!CYGPKG_HAL_BUILD_COMPILER_TESTS) ? "tests/cache tests/context tests/intr" : - "tests/cache tests/context tests/intr tests/cpp1 tests/vaargs" } + calculated { (!CYGPKG_HAL_BUILD_COMPILER_TESTS) ? + "tests/cache tests/context tests/intr tests/basic" : + "tests/cache tests/context tests/intr tests/basic tests/cpp1 tests/vaargs" } description " This option specifies the set of tests for the common HAL." }
