- 20 Jan, 2016 1 commit
-
-
Alessandro Rubini authored
This reverts commit 3a3c3806. The previous line: every object depending on .config, was better. We had the problem that a fresh clone was not building because of a missing autoconf.h. The depend rule was not working anyways, because it created an empty .depend the first time over, due to the missing autoconf.h. I admit I don't know how to create a depend file after configuration: make pretends to remake all its inclusions as the first step, so a rule like ".depend: silentoldconfig" loops forever.
-
- 26 Jul, 2015 1 commit
-
-
Alessandro Rubini authored
Yesterday I was eventually fussed up by the need to "make clean" every time. So here's a stupid depend rule, not perfect but better than nothing. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- 11 Feb, 2014 1 commit
-
-
Alessandro Rubini authored
This fixes the makefile to build either wrc.bin or rt_cpu.bin, using the obj-y convention. At this point Kconfig can't select rt_cpu.bin, and nothing changes in the ouput binary, in all configurations. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- 20 May, 2013 1 commit
-
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- 06 May, 2013 1 commit
-
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- 03 Apr, 2013 1 commit
-
-
Alessandro Rubini authored
This is the host part of the software-only uart. The lm32 part is selected at compile time (CONFIG_UART_SW). The tool, when run, opens one or more pty pairs, and reports to stdout which is the name of the slave descriptor. You can then run "minicom -p /dev/pts/XXX" or other commands, to access the software uart. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- 05 Mar, 2013 1 commit
-
-
Wesley W. Terpstra authored
-
- 19 Feb, 2013 1 commit
-
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- 16 Oct, 2012 2 commits
-
-
Alessandro Rubini authored
This doesn't change the behavior of any command, but adds revision.c as a real source file rather than something created by make using "echo ... > revision.c". In any case, the file is recompiled each time you call "make", so the date and time reflect the last build. However, this introduces CONFIG_DETERMINISTIC_BINARY (that nobody sets at this point in time) to build a binary withouth __DATE__ and __TIME__ strings, so it is the same at every rebuild. See next commit. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
Add the lines from the .gitignore found in bst-kconfig. As in the previous commit, use bst-kconfig commit v2.6.34-4-g8168c0b Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- 03 Jul, 2012 1 commit
-
-
Wesley W. Terpstra authored
-
- 13 Jun, 2012 1 commit
-
-
Wesley W. Terpstra authored
-
- 05 Jun, 2012 1 commit
-
-
Grzegorz Daniluk authored
-
- 24 Sep, 2011 1 commit
-
-
Alessandro Rubini authored
-
- 09 Apr, 2011 1 commit
-
-
Tomasz Wlostowski authored
-
- 08 Apr, 2011 1 commit
-
-
Tomasz Wlostowski authored
-