summaryrefslogtreecommitdiffstats
path: root/target/device/Atmel/root/target_skeleton/opt
Commit message (Collapse)AuthorAgeFilesLines
* Remove the few remaining unused Atmel-specific bitsThomas Petazzoni2010-12-161-0/+0
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* target_skeleton: mark empty directories with .empty filesPeter Korsgaard2008-03-301-0/+0
Mark empty directories in target skeletons with .empty files and remove them while copying to target (like it's already done for svn and cvs files) to better support version control system which don't handle empty directories (E.G. git-svn).