summaryrefslogtreecommitdiffstats
path: root/target/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Stop referencing the crazy target/device stuffThomas Petazzoni2010-12-161-3/+0Star
| | | | | | | | | | | | | We don't need Config.in and Makefile in target/device: defconfig files are sufficient to describe the specificities of a board (architecture, compilation flags, bootloader and kernel details, etc.). However, a placeholder such as target/device will be kept in order to host things such as kernel configuration files or various board-specific patches. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Remove completely useless set of Makefiles specific to AtmelThomas Petazzoni2010-12-151-2/+0Star
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Merge branch 'linux-cleanup' of git://git.busybox.net/~tpetazzoni/git/buildrootPeter Korsgaard2010-06-221-15/+0Star
|\ | | | | | | | | Conflicts: target/Makefile.in
| * Remove old Linux infrastructureThomas Petazzoni2010-06-221-16/+0Star
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | target: get rid of unused BR2_COPYTO / BR2_TARGET_ATMEL_COPYTOPeter Korsgaard2010-06-221-48/+0Star
|/ | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* bootloaders: move bootloader build code to boot/Thomas Petazzoni2010-06-101-8/+0Star
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Makefile: move filesystem stuff after u-boot build againPeter Korsgaard2010-05-211-0/+2
| | | | | | | | | | Otherwise u-boot tools / kernel modules are only added to target AFTER the filesystems are built. Long term u-boot/kernel stuff should get splitted from target/device, but this is the safest solution for now. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* target: really remove the target/*/*.mk includePeter Korsgaard2010-04-201-2/+0Star
| | | | | | | Commit 5faae4869027 claimed to do this, but it didn't - Causing make to error out. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Move all filesystem generation code to fs/Thomas Petazzoni2010-04-091-2/+0Star
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* target: Add new infrastructure for filesystem generationThomas Petazzoni2010-04-091-0/+1
| | | | | | | | In order to avoid code duplication between the different filesystem generation makefile, we introduce a ROOTFS_TARGET macro. Documentation for this macro is contained in the patch. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* target: use qstripThomas Petazzoni2009-09-051-14/+8Star
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* target/Makefile.in: remove hurd referencePeter Korsgaard2009-07-261-2/+0Star
| | | | | | Missed by b6192fb9752a. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* target/; xtensa supportMaxim Grigoriev2009-07-241-0/+1
| | | | | | | Part of #163. Signed-off-by: Maxim Grigoriev <maxim2405@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* target/Makefile.in: make 3.80 compatibility fixPeter Korsgaard2009-04-091-1/+3
| | | | Patch by Andreas Schweigstill <aschweig@schweigstill.de>
* Create a common BR2_COPYTO to prepare to replaceUlf Samuelsson2009-01-271-0/+50
| | | | | | | | | | | | | | | | | | | | all the different COPYTOs spread out all over Buildroot. Generate COPY_FILE subroutine which can be used to copy a file. $(COPY_FILE , file, directory, filename) This will copy to binary dir and to the selected copy dir if set in new config (intended to replace all old COPYTO configs) This is overridden by BUILDROOT_COPYTO, if set into the environment.
* target/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-5/+3Star
|
* Remove duplicate AVR32 patches, and add support for ARCH and conditional ↵Ulf Samuelsson2008-03-301-0/+2
| | | | AVR32 patches
* separate u-boot for at91 arm and everything elseJohn Voltz2008-03-111-1/+4
|
* added u-boot locationJohn Voltz2008-03-061-0/+2
|
* Create Advanced Linux Configuration option/Remove experimentalUlf Samuelsson2007-10-131-5/+8
|
* - start to think about GNU/hurd support.Bernhard Reutner-Fischer2007-10-051-1/+1
| | | | Not yet functional. Help welcome
* - comment out apparently unused? cruft (linux-experimental)Bernhard Reutner-Fischer2007-10-051-5/+5
|
* Remove useless target/arm directoryUlf Samuelsson2007-09-241-1/+0Star
|
* - fixup whitespace damage after ulfBernhard Reutner-Fischer2007-08-211-4/+4
|
* Move AVR32 kernel patches to target/device/Atmel/arch-avr32Ulf Samuelsson2007-08-181-1/+2
| | | | | | | | | | | | Add linux-2.6.22.1-008-atmel-gpio_mouse-setup-for-atstk1000-board.patch Move AT91 kernel patches to target/device/Atmel/arch-arm Change name from "target/device/Atmel/Linux" to "target/device/Atmel/linux" "kernel-headers" will apply all patches in $(LINUX26_KERNEL_PATCH_DIR) if this is available. Define LINUX26_KERNEL_PATCH_DIR in target/device/Atmel/Makefile.in as above "arch-arm/kernel-patches-..." if an AT91 or as above "arch-avr32/kernel-patches-..." if an AVR32 target is selected Test build done for arm,avr32 and x86
* Fix Linux build if BR2_PACKAGE_LINUX_EXPERIMENTAL_CONFIG is not definedUlf Samuelsson2007-07-201-4/+2Star
|
* Add experimental linux target optionUlf Samuelsson2007-07-201-1/+10
|
* Build linux within target/linux/Makefile.in instead of within target/linux26.mkUlf Samuelsson2007-07-111-1/+1
|
* - strip eventual quotesBernhard Reutner-Fischer2007-04-171-0/+5
|
* - revert incorrect parts from sjhill's r17800 and add some more documentation.Bernhard Reutner-Fischer2007-02-121-3/+5
| | | | Now the kernel as well as /lib/modules are properly included in the final tarball and all other tarroot/genfs targets.
* Support building using an external toolchain. Questions to the mailing list ↵"Steven J. Hill"2007-02-061-0/+3
| | | | and all other comments to <biteme@devnull.com>.
* - fixup after self. Kernel for the x86 family is now built againBernhard Reutner-Fischer2007-01-301-0/+2
|
* - make sure to add board specific targets before the final generation of the ↵Bernhard Reutner-Fischer2007-01-281-0/+3
| | | | | | filesystems/tarballs. Until now, we did created the fs and only after that built/installed grub et al
* fixed includes for arch sub-dirsDavid Anders2006-01-201-0/+3
|
* shuffle things aroundEric Andersen2005-02-171-4/+1Star
|
* Add the new device directoryEric Andersen2005-02-171-1/+5
|
* facelift step number twoEric Andersen2004-10-091-0/+1