summaryrefslogtreecommitdiff
path: root/mk/kernel-build.mk
AgeCommit message (Expand)Author
2015-02-28extend KERNEL_MAKE_OPTS by the target directoryPhil Sutter
2014-06-21s/TOPDIR/ADK_TOPDIR/Waldemar Brodkorb
2014-06-02refactor CPU_ARCH/ARCH variablesWaldemar Brodkorb
2014-05-23discussed with phil, do not split kernel patches between kernel-headers and k...Waldemar Brodkorb
2014-04-15add basic support for aarch64 with ARMv8 foundation model, toolchain and kern...Waldemar Brodkorb
2014-03-26test framework fixesWaldemar Brodkorb
2014-03-15fix kernel build on Darwin for x86 targetsWaldemar Brodkorb
2014-03-13update to 3.10.33Waldemar Brodkorb
2014-03-11finetune rebuild stuffWaldemar Brodkorb
2013-12-28convert microblaze to miniconfig kernel config generation, add support for sq...Waldemar Brodkorb
2013-12-08add support for microblaze architecture, tested with qemu-system-microblaze{,el}Waldemar Brodkorb
2013-11-11fix rebuild issue for zimage targetWaldemar Brodkorb
2013-11-09kernel name and make target are different things, sometimesWaldemar Brodkorb
2013-11-08unbreak module buildWaldemar Brodkorb
2013-11-08enable variable kernel target name, qemu-mips targets use vmlinuzWaldemar Brodkorb
2013-10-25fix non-verbose buildWaldemar Brodkorb
2012-08-06quietWaldemar Brodkorb
2012-07-16add support for m68k toolchain/qemuWaldemar Brodkorb
2011-06-12update default kernel to 2.6.39Waldemar Brodkorb
2011-01-07pass KERNEL_MAKE_ENV to all invocations of make on the Linux kernelThorsten Glaser
2010-12-30rework architecture / embedded systems conceptWaldemar Brodkorb
2010-09-16Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-09-16add some native build fixes (tested on Lemote notebook)Waldemar Brodkorb
2010-08-06some more fixes for 2.6.35 update on lemoteWaldemar Brodkorb
2010-07-01fix compile breakWaldemar Brodkorb
2010-06-29optimize ipkg package managementWaldemar Brodkorb
2010-06-28fix busybox rebuild issue, simplify target MakefilesWaldemar Brodkorb
2010-02-27fix checksum check of toolchain archives after downloadWaldemar Brodkorb
2010-01-07fix build bug, found by joerg.Waldemar Brodkorb
2009-12-28fix kmod package installationWaldemar Brodkorb
2009-12-17add sangam-atm packageWaldemar Brodkorb
2009-11-19rename DEVICE to ADK_TARGETWaldemar Brodkorb
2009-10-01abstract package backend, add perlLinux User
2009-09-11fix showstopper ;)Waldemar Brodkorb
2009-08-28core: allow selecting parallel buildsPhil Sutter
2009-08-28kernel: simplify ADK_NATIVE test integrationPhil Sutter
2009-06-12kernel patch cleanupWaldemar Brodkorb
2009-06-01remove unused $Id$Waldemar Brodkorb
2009-05-27native build supportWaldemar Brodkorb
2009-05-23- cleanup and document PKG_template, ARCH parameter is not needed anymoreWaldemar Brodkorb
2009-05-17Initial importwbx