diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-01-10 09:35:58 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-01-10 09:35:58 +0000 |
commit | 49fe48fd7a816f46eb50a52342d14173ffbd0c1e (patch) | |
tree | 8a19c6499fcf418ec461b8950d7acb5019f4216e /demos/Win32-MinGW/Makefile | |
parent | ed0322b9cb4234fdb4c230eee41a1449ae0479cb (diff) | |
download | ChibiOS-49fe48fd7a816f46eb50a52342d14173ffbd0c1e.tar.gz ChibiOS-49fe48fd7a816f46eb50a52342d14173ffbd0c1e.tar.bz2 ChibiOS-49fe48fd7a816f46eb50a52342d14173ffbd0c1e.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@601 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/Win32-MinGW/Makefile')
-rw-r--r-- | demos/Win32-MinGW/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/Win32-MinGW/Makefile b/demos/Win32-MinGW/Makefile index 46cb9cad0..bda1426cb 100644 --- a/demos/Win32-MinGW/Makefile +++ b/demos/Win32-MinGW/Makefile @@ -65,7 +65,7 @@ SRC = chcore.c main.c ../../ports/win32/simcom.c \ ${TESTSRC}
# List ASM source files here
-ASRC = chcore2.s
+ASRC =
# List all user directories here
UINCDIR = ../../src/include
|