summaryrefslogtreecommitdiffstats
path: root/progs/fbdev
Commit message (Collapse)AuthorAgeFilesLines
* Never fail `make clean'Dan Nicholson2008-05-071-2/+2
| | | | | | Mostly some pedantic changes such that `make clean' always ignores errors. Also changed the top clean target to do the `touch configs/current' dance instead of realclean.
* specify app lib dependencies in Makefiles (patch 1/3)Dan Nicholson2007-10-291-1/+2
|
* Ignore more generated files in progs/Dan Nicholson2007-10-101-0/+1
| | | | | | | | Many of the directories in progs/ were missing .gitignore files or were tracking generated files. This patch is basically the process of running `make' in each directory and then finding the untracked files with `git-ls-files -o --exclude-per-directory=.gitignore'. The existing files were also sorted.
* add support for LDFLAGS env varDan Nicholson2007-09-281-1/+1
|
* support more modes, added -f cmd line optionBrian2007-07-041-15/+90
|
* new fileKeith Whitwell2005-04-291-0/+53
|
* glFBDev driver from embedded-2 branch.Brian Paul2003-12-061-0/+524
Probably won't be actively used/maintained, but bring it to the trunk so it doesn't get lost.