summaryrefslogtreecommitdiff
path: root/target/Makefile.in
AgeCommit message (Collapse)Author
2010-12-16Stop referencing the crazy target/device stuffThomas Petazzoni
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>
2010-12-15Remove completely useless set of Makefiles specific to AtmelThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-06-22Merge branch 'linux-cleanup' of git://git.busybox.net/~tpetazzoni/git/buildrootPeter Korsgaard
Conflicts: target/Makefile.in
2010-06-22Remove old Linux infrastructureThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-06-22target: get rid of unused BR2_COPYTO / BR2_TARGET_ATMEL_COPYTOPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-06-10bootloaders: move bootloader build code to boot/Thomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-05-21Makefile: move filesystem stuff after u-boot build againPeter Korsgaard
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>
2010-04-20target: really remove the target/*/*.mk includePeter Korsgaard
Commit 5faae4869027 claimed to do this, but it didn't - Causing make to error out. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-04-09Move all filesystem generation code to fs/Thomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-04-09target: Add new infrastructure for filesystem generationThomas Petazzoni
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>
2009-09-05target: use qstripThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-07-26target/Makefile.in: remove hurd referencePeter Korsgaard
Missed by b6192fb9752a. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-24target/; xtensa supportMaxim Grigoriev
Part of #163. Signed-off-by: Maxim Grigoriev <maxim2405@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-04-09target/Makefile.in: make 3.80 compatibility fixPeter Korsgaard
Patch by Andreas Schweigstill <aschweig@schweigstill.de>
2009-01-26Create a common BR2_COPYTO to prepare to replaceUlf Samuelsson
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.
2008-12-08target/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-03-29Remove duplicate AVR32 patches, and add support for ARCH and conditional ↵Ulf Samuelsson
AVR32 patches
2008-03-11separate u-boot for at91 arm and everything elseJohn Voltz
2008-03-06added u-boot locationJohn Voltz
2007-10-13Create Advanced Linux Configuration option/Remove experimentalUlf Samuelsson
2007-10-05- start to think about GNU/hurd support.Bernhard Reutner-Fischer
Not yet functional. Help welcome
2007-10-05- comment out apparently unused? cruft (linux-experimental)Bernhard Reutner-Fischer
2007-09-23Remove useless target/arm directoryUlf Samuelsson
2007-08-21- fixup whitespace damage after ulfBernhard Reutner-Fischer
2007-08-18 Move AVR32 kernel patches to target/device/Atmel/arch-avr32Ulf Samuelsson
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
2007-07-20Fix Linux build if BR2_PACKAGE_LINUX_EXPERIMENTAL_CONFIG is not definedUlf Samuelsson
2007-07-20Add experimental linux target optionUlf Samuelsson
2007-07-11Build linux within target/linux/Makefile.in instead of within target/linux26.mkUlf Samuelsson
2007-04-17- strip eventual quotesBernhard Reutner-Fischer
2007-02-12- revert incorrect parts from sjhill's r17800 and add some more documentation.Bernhard Reutner-Fischer
Now the kernel as well as /lib/modules are properly included in the final tarball and all other tarroot/genfs targets.
2007-02-06Support building using an external toolchain. Questions to the mailing list ↵"Steven J. Hill"
and all other comments to <biteme@devnull.com>.
2007-01-29- fixup after self. Kernel for the x86 family is now built againBernhard Reutner-Fischer
2007-01-28- make sure to add board specific targets before the final generation of the ↵Bernhard Reutner-Fischer
filesystems/tarballs. Until now, we did created the fs and only after that built/installed grub et al
2006-01-20fixed includes for arch sub-dirsDavid Anders
2005-02-17shuffle things aroundEric Andersen
2005-02-17Add the new device directoryEric Andersen
2004-10-09facelift step number twoEric Andersen