summaryrefslogtreecommitdiff
path: root/cleopatre/buildroot/package/pmd/pmd.mk
AgeCommit message (Collapse)Author
2013-03-08cleo/buildroot/package: invisible commandsThierry Carré
2013-03-08cleo/{buildroot/package, app/pmd}: update pmd makefile rulesThierry Carré
- use libspid-config script - add "-Wall" option - add libs dependencies, but don't compile them
2013-03-08cleo/{buildroot/package, app/libspid}: fix libspid and libmme makefileThierry Carré
Fix few problems, like: - Compilation with many jobs (make -j). Applications which need libs compile after libs. - Don't re-compile libspid when no source change.
2013-03-08cleo/buildroot/package: add explicit targetThierry Carré
2013-03-08cleo/buildroot/package: replace 'cd' by 'make -C'Thierry Carré
2012-12-21cleo/app/pmd: add a daemon to handle power state changes, closes #2633Olivier Dufour
pmd polls /proc/pm/suspend_cmd, and triggers the suspend script when the criterias are matched. The criterias are defined and handled by the kernel, pmd only reads the status entry and triggers the script, as it cannot be done from kernel space.