BlueGrey
calm
Elegant
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
freemyipod
(root)
/
/
emcore
/
Makefile
– Rev 978
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Clear current filter
Rev
Age
Author
Path
Log message
Diff
978
717 d 18 h
user890104
/emcore/
Remove tags and branches folders from emCORE, since it never had any. Move everything from trunk to the base emCORE folder.
895
4586 d 17 h
theseven
/emcore/trunk/
emCORE: Fix build breakage
891
4587 d 21 h
theseven
/emcore/trunk/
emCORE: Implant new USB stack, handle debugging via EP0
870
4598 d 19 h
theseven
/
Make makefiles compatible with SVN 1.7 and compilers that default to thumb mode.
666
5450 d 17 h
theseven
/
Fix another dozen makefile bugs
665
5450 d 20 h
theseven
/
Fix even more buggy makefile logic
659
5451 d 18 h
theseven
/
Suppress "rm -rf build" output from "make clean"
461
5513 d 15 h
theseven
/emcore/trunk/
emCORE: Makefile: Use ccache if present
455
5515 d 16 h
theseven
/emcore/trunk/
emCORE: Switch to arm-elf-eabi toolchain
427
5519 d 10 h
farthen
/emcore/trunk/
emCORE: change every 'emBIOS' text string to 'emCORE'
424
5519 d 13 h
theseven
/emcore/
Create emCORE branch
111
5675 d 21 h
theseven
/
Implement the most important part of the syscall interface
110
5675 d 22 h
theseven
/
Move the API header files to embios/trunk/export
91
5677 d 8 h
theseven
/embios/trunk/
Remove unused main.c file and add target-specific CFLAGS/LDFLAGS
71
5678 d 11 h
theseven
/embios/trunk/
Import Rockbox libc, and use its headers instead of system headers, which have been causing trouble all over the place
42
5682 d 0 h
theseven
/embios/trunk/
Revert r37. By convention the dash is always included in the CROSS variable, because otherwise one couldn't build with the host compiler at all.
38
5682 d 6 h
cmwslw
/embios/
Automatically includes /usr/include on Linux.
37
5682 d 7 h
farthen
/embios/trunk/
Change the CROSS variable to not include the dash
33
5682 d 11 h
theseven
/embios/trunk/
Further Makefile fixes to make the build server happy
32
5682 d 12 h
theseven
/embios/trunk/
Another try at making the Makefile cross-platform compatible
28
5682 d 14 h
theseven
/embios/trunk/
Change the "Get Information" monitor commands to match the description in the wiki
21
5683 d 12 h
theseven
/embios/trunk/
Move the list of targets from the Makefile to a TARGETS file, that can also be used by the build server
18
5683 d 12 h
theseven
/embios/trunk/
Revert r12 and r13. They are unneccessary and might have nasty side effects.
14
5687 d 15 h
theseven
/embios/trunk/
Implement preemptive multitasking kernel
13
5689 d 7 h
farthen
/embios/trunk/
I said I added gnu99 but I added c99 instead. Now it is really gnu99
12
5689 d 7 h
farthen
/embios/trunk/
Add -std=gnu99 to the CFLAGS
11
5689 d 13 h
theseven
/embios/trunk/
Hide dependency generation commands again
10
5689 d 13 h
theseven
/embios/trunk/
Add ipodnano4g target
9
5689 d 13 h
theseven
/embios/trunk/
Fix dependency generation for me
5
5690 d 20 h
theseven
/embios/trunk/
- Remove bad comment from the Makefile, which made compilation fail on Windows
- Use TARGET_whatever defines to allow ifdef'ing target-specific code properly
4
5691 d 10 h
farthen
/embios/trunk/
Finally fixes the dependency creation bug in the Makefile. This needs to be tested under Linux.
3
5691 d 14 h
theseven
/embios/trunk/
Fix a dependency generation bug and a mistyped filename in SOURCES
2
5692 d 14 h
theseven
/embios/trunk/
emBIOS: Initial commit. LCD console works on Nano2G so far.