aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* Rewrite root makefile documentationKarel Kočí2015-09-25
|
* Add bbb target for BeagleBone BlackKarel Kočí2015-09-25
| | | | | | Buildroot configuration is now generated from base configuration and configuration defined by specified target. And initram is now build automatically for test target and all target.
* Add makefile target psqlKarel Kočí2015-09-14
| | | | | | This new target allows direct access to database wit parameters set in conf.py and conf.py of selected target. This is simple fast access to database.
* Add dependency to .conf.mk on .target in MakefileKarel Kočí2015-08-26
| | | | | If .target file is changed (=target changed), makefile configuration should been regenerated.
* Change makefile linux paths to configured Linux source pathKarel Kočí2015-08-19
| | | | Also remove unused buildroot targets
* Set distclean to not dropping databaseKarel Kočí2015-08-18
| | | | | Database is separated from project. It should be cleaned automatically because of saving data.
* Fix shell incompatibility script constructKarel Kočí2015-07-28
|
* Change password authentication method to databaseKarel Kočí2015-07-28
| | | | .pgpass file has to be allowed in configuration. Using environment variable is more platform independent.
* Change root MakefileKarel Kočí2015-07-28
| | | | | | Add check for recursive makefile calls. Also add removing of dot_config to clean_measure target. run and initialize now requires all target. This allow dependency on all programs not only selected. This is done for simplification.
* Adding targets in root makefileKarel Kočí2015-07-24
| | | | | | Part of the initialize target should be also initialization of database. Target distclean should clean project to state as it is in git repository.
* Add dot_config target to root MakefileKarel Kočí2015-07-24
| | | | | | | allconfig is used for generating full configuration. In default is this file expected in root project directory with name dot_config. User should remove configuration options that should be measured. So dot_config file should contains only configuration options with fixed value.
* Remove permute_confKarel Kočí2015-07-22
| | | | | | permute_conf was only temporally program for generating dot_config file. Its main function now has program allconfig. This program has also some text interface, but it wasn't optimal and in the end wasn't used at all.
* Makefile configuration is now automatically generated and more changesKarel Kočí2015-07-22
| | | | | | | | | | | | | Makefile configuration file is now generated automatically and contains all string config options. Separated tables drop from databaseinit.sql to file databaseclean.sql. Also add clean and init target for database. For this reason is also separated output and result from normal clean. From now on won't be results removed on standard clean. ARCH config variable is renamed to kernel_arch to make name more clear.
* Integrate allconfigKarel Kočí2015-07-17
| | | | | | | | | allconfig is now integrated in project. It is going to replace permute_conf for generating. For this reason is default behaviour changed to print only changeable configurtaion options. Previous behaviour can be used with --all switch. Also add .gitignore and remove compiled file from repository.
* Makefile fix distclean targetKarel Kočí2015-05-22
|
* Rename program permute to permute_confKarel Kočí2015-05-21
|
* Fix problem of cleaning scripts/nbscriptKarel Kočí2015-05-21
|
* Fix Makefile cleanKarel Kočí2015-05-20
|
* Set root Makefile to start evaluate scriptKarel Kočí2015-05-16
|
* Clean makefile and remove dependency on buildroot initramKarel Kočí2015-05-14
| | | | | Removing dependency can lead to problems. But if buildroot should not be forced for possible alternatives.
* 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.