diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-10-25 10:35:10 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-10-25 10:35:10 +0000 |
commit | 3547c3916175d387a43c6d3a36330550b1d278d5 (patch) | |
tree | 4df53f634f4c2923df3c8fac48a3826aa0e24dc2 /src/kernel.mk | |
parent | 902470d1c542735b989a727355744a974af43de4 (diff) | |
download | ChibiOS-3547c3916175d387a43c6d3a36330550b1d278d5.tar.gz ChibiOS-3547c3916175d387a43c6d3a36330550b1d278d5.tar.bz2 ChibiOS-3547c3916175d387a43c6d3a36330550b1d278d5.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@482 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'src/kernel.mk')
-rw-r--r-- | src/kernel.mk | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/kernel.mk b/src/kernel.mk index 052303e1e..7f6d93fdd 100644 --- a/src/kernel.mk +++ b/src/kernel.mk @@ -1,10 +1,9 @@ # List of all the ChibiOS/RT kernel files, there is no need to remove the files
# from this list, you can disable parts of the kernel by editing chconf.h.
KERNSRC = ../../src/chinit.c ../../src/chdebug.c \
- ../../src/chlists.c ../../src/chdelta.c \
+ ../../src/chlists.c ../../src/chvt.c \
../../src/chschd.c ../../src/chthreads.c \
../../src/chsem.c ../../src/chmtx.c \
../../src/chevents.c ../../src/chmsg.c \
- ../../src/chsleep.c ../../src/chqueues.c \
- ../../src/chserial.c ../../src/chheap.c \
- ../../src/chmempools.c
+ ../../src/chqueues.c ../../src/chserial.c \
+ ../../src/chheap.c ../../src/chmempools.c
|