summaryrefslogtreecommitdiff
path: root/src/hal/components/Submakefile
AgeCommit message (Expand)AuthorFilesLines
2012-01-18fix references to liblinuxcnchalJeff Epler1-2/+2
2011-08-27build system: honor BUILD_VERBOSE betterSebastian Kuzminsky1-6/+6
2011-08-25build system: honor BUILD_VERBOSE betterSebastian Kuzminsky1-12/+25
2010-03-13Fix some minor linking issuesSebastian Kuzminsky1-2/+2
2009-09-01'manpages' is not a real fileJeff Epler1-0/+1
2008-02-17get rid of unneeded bashismJeff Epler1-10/+10
2008-01-01Use --require-license to make the build process complain if .comp files do no...Jeff Epler1-1/+1
2007-12-27mkconv.sh has bashisms in it (apparently) so invoke with bash instead of shJeff Epler1-10/+10
2007-06-28s32, not u32, is the one that can go negativeChris Radek1-2/+2
2007-04-25use TRIVIAL_BUILDJeff Epler1-1/+1
2007-03-06fix up debian package build, including getting rid of the dpkg-shlibdeps warn...Jeff Epler1-2/+2
2006-11-19remove generated manpages for 'make clean'Jeff Epler1-0/+4
2006-11-18removed all remaining instances of hal_u8 and hal_s8 - HAL now supports 4 typ...John Kasunich1-60/+5
2006-11-13Eliminated 16 bit hal pins and parameters. They were used only in a couple o...John Kasunich1-99/+6
2006-11-10fix a few out-of-range checks in the conv comps. make them depend on Submake...Jeff Epler1-59/+59
2006-11-10add converters between each pair of HAL typesJeff Epler1-1/+185
2006-10-18typo meant that for sim and non-kbuild systems, comps weren't being rebuiltJeff Epler1-2/+1
2006-10-16attempt to give the right path when building comp-modules on pre-kbuild systemsJeff Epler1-1/+1
2006-10-15since "comp" is the way of the future, make it mandatory. a copy of yappsJeff Epler1-2/+0
2006-10-11build .comp files from hal/drivers unless running with --enable-simulatorJeff Epler1-7/+12
2006-10-06added 'sampler', a HAL component that captures data from HAL pins at regular ...John Kasunich1-0/+17
2006-10-01MERGE: nort_testingJeff Epler1-2/+3
2006-09-20make 'manpages' a separate target so it can be requested directlyJeff Epler1-1/+2
2006-09-19it's the manpages that need to depend on comp, not the .mak filesJeff Epler1-2/+2
2006-09-19autobuild man pages for compsJeff Epler1-2/+7
2006-09-08make 'comp' able to directly compile (comp --compile example.comp) orJeff Epler1-1/+1
2006-09-07make 'yapps2' optional for now -- but you have to install it to get the new *...Jeff Epler1-0/+2
2006-09-06add "comp", a program for writing HAL boilerplateJeff Epler1-0/+25