Changeset 319e60e in mainline for kernel/Makefile


Ignore:
Timestamp:
2006-12-11T18:33:53Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
50661ab
Parents:
134877d
Message:

prepare for new test infrastructure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/Makefile

    r134877d r319e60e  
    216216ifneq ($(CONFIG_TEST),)
    217217        DEFS += -DCONFIG_TEST
    218         GENERIC_SOURCES += test/$(CONFIG_TEST)/test.c
     218        CFLAGS += -Itest/
     219        GENERIC_SOURCES += \
     220                test/test.c \
     221                test/atomic/atomic1.c
    219222endif
    220223
Note: See TracChangeset for help on using the changeset viewer.