summaryrefslogtreecommitdiff
path: root/tasks/kernel.mk
AgeCommit message (Expand)Author
2012-08-17tasks: Don't try to build perf when building TINY_ANDROIDBernhard Rosenkraenzer
2012-08-09kernel.mk: Enable use of kernel config fragmentsJon Medhurst
2012-08-02kernel.mk: Allow building with AOSP toolchain unconditionallyBernhard Rosenkraenzer
2012-08-02tasks: kernel: look for zImage instead of uImage if the bootloader isn't ubootBernhard Rosenkraenzer
2012-08-02kernel.mk: Allow use of JB prebuilts/ toolchainBernhard Rosenkraenzer
2012-07-30kernel.mk: Tweak kernel building on fastboot devicesBernhard Rosenkraenzer
2012-07-28TARGET_BOOTLOADER_TYPE=fastboot related fixesBernhard Rosenkraenzer
2012-07-28tasks/kernel.mk: Add support for building kernels for devices using fastbootBernhard Rosenkraenzer
2012-07-20kernel.mk: perf: JellyBean compatibilityBernhard Rosenkraenzer
2012-06-21kernel.mk: Fix pandaboard hardcodeBernhard Rosenkraenzer
2012-05-30kernel.mk: Build perf if it is available and has the Android patchsetBernhard Rosenkraenzer
2012-05-28common/tasks/kernel.mk: Fix newlineBernhard Rosenkraenzer
2012-04-10tasks/kernel.mk: Conditionally build out-of-tree gator moduleJon Medhurst
2012-03-13common: kernel.mk: Add dependency for bootwrapperVishal Bhoj
2012-03-02tasks/kernel.mk: Remove iMX6 DeviceTree blockBernhard Rosenkraenzer
2012-02-27tasks/kernel.mk: Config for building gator with Mali supportJon Medhurst
2012-02-10tasks/kernel.mk: Fix location of DeviceTree fileBernhard Rosenkraenzer
2012-02-10tasks/kernel.mk: Install DTB file to /bootBernhard Rosenkraenzer
2012-02-10tasks/kernel.mk: Build DeviceTree file for iMX6Bernhard Rosenkraenzer
2012-02-09tasks/kernel.mk: Respect showcommands for modulesBernhard Rosenkraenzer
2012-01-09tasks/kernel.mk: Rename ODIR to KERNEL_ODIRJon Medhurst
2012-01-09tasks/kernel.mk: Add support for building device tree blobsJon Medhurst
2012-01-05(ALL): place kernel artificats under $(OUT)Andy Doan
2012-01-05toolchain: ensure gcc supports -mno-unaligned-accessAndy Doan
2011-12-18tasks/kernel.mk: Set KCFLAGSBernhard Rosenkraenzer
2011-12-15tasks/kernel.mk: Set KERNEL_TOOLS_PREFIX with ?= instead of :=Bernhard Rosenkraenzer
2011-12-14tasks/kernel.mk: Try harder to find a proper toolchainBernhard Rosenkraenzer
2011-12-09common/tasks: build kernel modules with -fno-pic for insmod to workVishal Bhoj
2011-12-07common/tasks: Make gator module build with -fno-picJon Medhurst
2011-12-06common/tasks: Build kernel and u-boot with the right toolchainBernhard Rosenkraenzer
2011-12-06Revert "tasks: switch to the host toolchain for kernel and u-boot"Bernhard Rosenkraenzer
2011-11-22tasks: switch to the host toolchain for kernel and u-bootZach Pfeffer
2011-11-16kernel.mk: respect showcommandsBernhard Rosenkraenzer
2011-11-16tasks/kernel.mk: make sure we use BFD ld and not goldBernhard Rosenkraenzer
2011-10-21Make sure the other kernel modules are built before gator.Patrik Ryd
2011-10-21Use $(INSTALLED_KERNEL_TARGET) instead of file namePatrik Ryd
2011-10-20Only seach gator folder for gator.koPatrik Ryd
2011-10-20kernel.mk: fix gator_driver dependencyZach Pfeffer
2011-10-18uboot/kernel: Use the right version of mkimageBernhard Rosenkraenzer
2011-10-18kernel.mk: Require u-boot to be built before building the kernelBernhard Rosenkraenzer
2011-10-11Revamp kernel/u-boot build parallelization by using $(MAKE).Paul Sokolovsky
2011-10-06Add support for gatorPatrik Ryd
2011-10-06Add separate target for kernel modules.Patrik Ryd
2011-09-02Add acp as a dependency to android_kernelZach Pfeffer
2011-07-26kernel.mk Change module install location to /system/modulesZach Pfeffer
2011-07-25kernel.mk Build and install kernel modulesZach Pfeffer
2011-04-28Support absolute path to toolchain when building kernelAlexander Sack
2011-04-20Rename the kernel to uImage for Linaro Android buildPatrik Ryd
2011-04-11Building u-bootPatrik Ryd
2011-04-07Use TARGET_TOOLS_PREFIX when building kernelPatrik Ryd