aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aic7xxx/aicasm/Makefile
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* Remove unneeded dependency on liblBaptiste Daroussin2020-03-231-1/+0
* Fix LDADD/DPADD that should be LIBADD.Bryan Drewery2015-12-041-2/+1
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-131-1/+1
* Don't complain about missing prototypes to ease bootstrap issues.Warner Losh2014-02-271-0/+1
* Rework the aicasm build machinery so that it gets built along with toolchainIan Lepore2013-11-041-2/+6
* Fix build of aicasm when CC=clang. This was due to a side-effect of theDimitry Andric2012-06-041-2/+1
* Remove support for the Intel C Compiler from the build infrastructure.Dimitry Andric2011-04-191-5/+0
* For every instance of '.if ${CC} == "foo"' or '.if ${CC} != "foo"' inRui Paulo2010-08-171-1/+1
* Disable K&R style function definitions for WARNS=6.Ed Schouten2009-12-311-1/+1
* Re-enable WARNS=6 after my universe test.Xin LI2009-06-021-0/+1
* Revert the WARNS change for now, need some time to fix the real problem.Xin LI2009-06-011-1/+0
* Mark as WARNS=6.Xin LI2009-06-011-0/+1
* Fix mysterious build failures (with parallel make) early inRuslan Ermilov2005-11-211-1/+1
* Back out change accidentally committed as Makefile:1.21 -- a localRobert Watson2005-08-031-1/+0
* Modify device drivers supporting multicast addresses to lock if_addr_mtxRobert Watson2005-08-031-0/+1
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
* This are the build infrastructure changes to allow to use theTom Rhodes2004-03-121-1/+8
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).Ruslan Ermilov2004-02-051-2/+2
* Use inttypes.hJustin T. Gibbs2002-09-261-1/+1
* Update assembler syntax and assembler to allow generation of registerJustin T. Gibbs2002-08-311-2/+2
* Tweak the include dirs w/o incurring extra warningsDavid E. O'Brien2002-05-141-1/+1
* Use only bits w/in /sys if at all possible.David E. O'Brien2002-05-101-1/+1
* Add "CFLAGS+= -I${MAKESRCPATH}" when running under the kernel build,Peter Wemm2002-05-011-0/+3
* Add macro functionality.Justin T. Gibbs2002-04-241-6/+9
* Due to changes in the handling of the #line directive by GCC(cpp) 3.1,David E. O'Brien2002-03-111-1/+1
* Fix include directories for crossbuilding.Marcel Moolenaar2000-12-131-1/+1
* Move aicasm to its own subdirectory.Justin T. Gibbs2000-09-161-2/+4
* Use /sys/sys/*.h over /usr/include/sys.David E. O'Brien2000-05-271-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* "fix" long standing aicasm build glitch. The problem was thePeter Wemm1999-01-171-2/+2
* Add support to aicasm for "downloaded constants". These are immediateJustin T. Gibbs1997-09-271-1/+8
* Make the aic7xxx sequencer assembler compile in the kernel's objectJustin T. Gibbs1997-09-031-9/+13
* CFLAGS += -I. so that building in an obj directory works.Justin T. Gibbs1997-04-031-1/+3
* Makefile gram.y scan.l sequencer.h symbol.c symbol.h aic7xxx_asm.c:Justin T. Gibbs1997-03-161-0/+18