summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* let linker create a link mapJuergen Beisert2009-12-091-0/+2
| | | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* arm: generate mach-types.h instead of static versionJean-Christophe PLAGNIOL-VILLARD2009-11-031-0/+1
| | | | | | mach-types against v2.6.32-rc5 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* kbuild: add arch/$ARCH/include to search pathJean-Christophe PLAGNIOL-VILLARD2009-10-221-0/+1
| | | | | Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* kbuild: asm symlink support for arch/$ARCH/includeJean-Christophe PLAGNIOL-VILLARD2009-10-221-4/+31
| | | | | | | | | | | Adjust the asm symlink support so we do not create the symlink unless really needed. We check the precense of include/asm-$ARCH by checking for the system.h file. We may end up with a stale directory so it is not enough to check if the directory is present. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* kbuild: support arch/$ARCH/include for tags, cscopeJean-Christophe PLAGNIOL-VILLARD2009-10-211-1/+5
| | | | | Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* v2.0.0-rc10v2.0.0-rc10Sascha Hauer2009-08-131-1/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* v2.0.0-rc9v2.0.0-rc9Sascha Hauer2009-05-281-1/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* 2.0.0-rc8v2.0.0-rc8Sascha Hauer2009-03-231-1/+1
| | | | | | | | | | | Oh, dear dad, can you see me now I am myself, like you somehow Ill ride the wave where it takes me Ill hold the pain... Release me... Ohh...ohh...ohh...ohh... Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* recreate symlink to board config if necessarySascha Hauer2009-03-191-1/+1
| | | | | | | When changing the board it is necessary to change the symlink from include/config.h to the new board Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* v2.0.0-rc7v2.0.0-rc7Sascha Hauer2008-12-191-1/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ridiculous counter 6v2.0.0-rc6Sascha Hauer2008-11-141-1/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* back to gitSascha Hauer2008-09-041-1/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Version bump to v2.0.0-rc5v2.0.0-rc5Sascha Hauer2008-09-041-1/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Sync action and log when creating the config.h linkJuergen Beisert2008-07-111-1/+1
|
* [kbuild] fix out of tree build problem with environment handlingMarc Kleine-Budde2008-07-031-16/+16
| | | | | | | This patch fixes the out of tree build, which was broken in 7b498d9838e68eb0b58450ec54ed968e7848c8e0. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* 004-arm-makefileNishanth Menon2008-06-051-2/+1
| | | | | | | | | | | | [Patch 04/17] U-Boot-V2:ARM: Remove unwanted flags from Makefile CFLAGS: "-D __ARM__" should have been "-D__ARM__". this breaks sparse check. Further -nostdinc in Makefile is redfined by commit ID:847934bc960ba1588c87e283118318dfdd78d4c0 This is unecessary as NOSTDINC_FLAGS defines it Signed-off-by: Nishanth Menon<x0nishan@ti.com>
* [kbuild] move -pipe from architecture Makefiles to toplevelSascha Hauer2008-06-031-1/+1
| | | | Makefile
* [kbuild] move -nostdinc from architecture Makefiles to toplevelSascha Hauer2008-06-031-1/+2
| | | | Makefile
* [kbuild] move -ffreestanding from architecture Makefiles to toplevelSascha Hauer2008-06-031-1/+1
| | | | Makefile
* [kbuild] move -fno-builtin from architecture Makefiles to toplevelSascha Hauer2008-06-031-1/+1
| | | | Makefile
* [kbuild] move -Os flag from architecture Makefiles to toplevelSascha Hauer2008-06-031-1/+1
| | | | Makefile
* [general] remove trailing whitespaces in MakefileSascha Hauer2008-04-071-3/+3
|
* [general] Move include/configs/* to board/*/config.hSascha Hauer2008-04-071-2/+2
|
* [general] Added docs and htmldocs target to master makefileCarsten Schlote2008-02-201-0/+12
| | | | | | | | | Added two targets to the toplevel Makefile : docs and htmdocs. Further output formats might be added later (PDF, TeX, ...) and wrapped by the docs target. Signed-off-by: Carsten Schlote <c.schlote@konzeptpark.de>
* back to -gitWolfram Sang2008-02-201-1/+1
| | | | Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
* Version bump up rc4v2.0.0-rc4Wolfram Sang2008-02-201-1/+1
| | | | Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
* version to rc4-gitMarc Kleine-Budde2007-11-301-2/+2
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* version bump to -rc3v2.0.0-rc3Marc Kleine-Budde2007-11-291-1/+1
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [makesystem] reworked default environment handlingMarc Kleine-Budde2007-11-191-0/+16
| | | | | | | | | | | This patch improves the default environment handling, now the makesystem bails out if the default environment path is empty or points to an invalid directory (with activated default environment). It also fixes this error: find: invalid predicate `' Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* back to trunkJuergen Beisert2007-11-161-1/+1
| | | | Signed-off-by: Juergen Beisert <jbe@pengutronix.de>
* version bump to -rc2v2.0.0-rc2Marc Kleine-Budde2007-11-121-1/+1
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* removed security/selinux from findMarc Kleine-Budde2007-11-121-2/+0
| | | | | | | | | | | | fixes: [mkl@octopus:~/pengutronix/pii-bf/u-boot-v2]$ make TAGS MAKE TAGS find: security/selinux: No such file or directory find: security/selinux: No such file or directory find: security/selinux: No such file or directory Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* Toplevel Makefile: add uboot_default_env to clean filesSascha Hauer2007-10-241-1/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Toplevel Makefile: fix link for include/config.h for external buildssascha2007-10-171-0/+4
|
* Linking: Remove linker scripts from (arm based-) boards and addsascha2007-10-171-3/+3
| | | | | | | | a generic linker script to arch/arm/lib/u-boot.lds.S. If a board wants to overwrite a linker script it can do so using CONFIG_BOARD_LINKER_SCRIPT. There is no generic linker script for ppc and blackfin yet, so still use the board specific one.
* add additional linking stage for modulesSascha Hauer2007-10-041-1/+119
|
* add .tmp_kallsyms* to CLEAN_FILESSascha Hauer2007-10-011-1/+2
|
* add kallsyms from linux kernelSascha Hauer2007-09-281-5/+92
|
* Subject: default ARCH and CROSS_COMPILERobert Schwebel (Laptop)2007-09-251-0/+3
| | | | | | Set a sane default if ARCH and CROSS_COMPILE are not set. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* remove readlink handling for cross_arch and cross_compileSascha Hauer2007-09-211-4/+0
|
* - some more cleanup in MakefilesSascha Hauer2007-09-131-30/+10
| | | | - move netx image generation to arch/arm/Makefile
* Clean up toplevel Makefile a bit:Sascha Hauer2007-09-131-187/+7
| | | | | | - remove everything about modules - remove incorrect targets in make help - remove KALLSYMS
* generate netx images in toplevel Makefile. This does not look very goodSascha Hauer2007-09-051-0/+9
| | | | but I do not have another idea now.
* -trunk -> -gitSascha Hauer2007-07-161-1/+1
|
* svn_rev_653Sascha Hauer2007-07-051-1/+1
| | | | restructure tree, add reginfo command
* svn_rev_643Sascha Hauer2007-07-051-1/+1
| | | | structure cleanup
* svn_rev_640Sascha Hauer2007-07-051-1/+1
| | | | lib_generic -> lib
* svn_rev_551Sascha Hauer2007-07-051-79/+79
| | | | linux->uboot
* svn_rev_428Sascha Hauer2007-07-051-1/+1
| | | | add -D __U_BOOT__
* svn_rev_241Sascha Hauer2007-07-051-1/+1
| | | | add fs/