aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* Add mpermute target for executing command permuteKarel Kočí2015-05-13
|
* Fix ARCH env variableKarel Kočí2015-05-13
|
* Fix buildroot Makefile dependencyKarel Kočí2015-05-10
|
* Add permute to root MakefileKarel Kočí2015-05-07
|
* Rename build folder to jobfilesKarel Kočí2015-05-06
|
* Add Makefile initialize dependenciesKarel Kočí2015-05-06
|
* Add PHONY targetsKarel Kočí2015-05-06
|
* Separate initialisationKarel Kočí2015-05-06
| | | | Initialisation now can be executed without loop it self.
* Remove automatic initram buildKarel Kočí2015-05-06
| | | | Not initram must be set and created manually by user.
* Replace minisat with picosatKarel Kočí2015-05-05
| | | | Picosat is distributed with this project.
* Fix run and initram dependencyKarel Kočí2015-04-28
|
* Fix missing symbol_map on test launchKarel Kočí2015-04-27
|
* Fix problem with test dependencyKarel Kočí2015-04-27
|
* Add NBSCRIPT configKarel Kočí2015-04-27
|
* fix problems with initramKarel Kočí2015-04-27
|
* First implementation of test.pyKarel Kočí2015-04-27
| | | | Not yet finished.
* Add initram buildKarel Kočí2015-04-27
| | | | Not working properly yet.
* distclean targets in root Makefile documentedKarel Kočí2015-04-26
|
* Add buildroot default .configKarel Kočí2015-04-26
| | | | | | On first execution of buildroot targets from root Makefile is now placed nondefault .config file. This new configuration is default configuration except of initram setting.
* Add distclean targets fro root MakefileKarel Kočí2015-04-26
|
* Add initram configKarel Kočí2015-04-26
|
* Add target deflinux to root MakefileKarel Kočí2015-04-26
|
* Generate configuration for root Makefile from conf.pyKarel Kočí2015-04-26
|
* Root makefile almost rewrittenKarel Kočí2015-04-26
| | | | New targets added and more...
* Fix root MakefileKarel Kočí2015-04-19
|
* Add write_config to root MakefileKarel Kočí2015-04-19
|
* Kconfig_parser renamed to parse_kconfigKarel Kočí2015-04-11
|
* Implemented global MakefileKarel Kočí2015-03-26
This global makefile can execute main_loop as also clean whole project.