- Feb 16, 2017
-
-
remove on clean: --config.o --revision.o --$(OUTPUT).vhd --$(OUTPUT).mif --$(OUTPUT)_disasm.S --include/config --include/generated --tools/dump-info-host.bin arch/lm32/ram.ld is not removed Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Feb 09, 2017
-
-
Grzegorz Daniluk authored
-
- Jan 30, 2017
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Jan 20, 2016
-
-
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.
-
- Jul 26, 2015
-
-
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>
-
- Feb 11, 2014
-
-
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>
-
- May 20, 2013
-
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- May 06, 2013
-
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- Apr 03, 2013
-
-
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>
-
- Mar 05, 2013
-
-
Wesley W. Terpstra authored
-
- Feb 19, 2013
-
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- Oct 16, 2012
-
-
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>
-
- Jul 03, 2012
-
-
Wesley W. Terpstra authored
-
- Jun 13, 2012
-
-
- Jun 05, 2012
-
-
Grzegorz Daniluk authored
-
- Sep 24, 2011
-
-
Alessandro Rubini authored
-
- Apr 09, 2011
-
-
Tomasz Wlostowski authored
-
- Apr 08, 2011
-
-
Tomasz Wlostowski authored
-