summaryrefslogtreecommitdiffstats
path: root/usr.sbin/acpi/iasl/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* MFC: r283092, r283966jkim2015-06-161-2/+2
| | | | | | Merge ACPICA 20150515. Relnotes: yes
* MFC r272444 (by jkim):dim2015-04-041-30/+40
| | | | | | | | | | | Merge ACPICA 20140926. MFC r278970 (by jkim): Merge ACPICA 20141107 and 20150204. Approved by: jkim Relnotes: yes
* Merge ACPICA 20130517.jkim2013-05-201-16/+16
|
* Clean up generated files added in r233250.jkim2013-04-231-1/+2
|
* Merge ACPICA 20130328.jkim2013-04-041-14/+15
|
* Merge ACPICA 20130214.jkim2013-02-151-10/+10
|
* Merge ACPICA 20130117.jkim2013-01-171-15/+17
|
* Merge ACPICA 20121114.jkim2012-11-201-2/+2
|
* Merge ACPICA 20120711.jkim2012-07-111-3/+3
|
* Merge ACPICA 20120620.jkim2012-06-221-2/+2
|
* Merge ACPICA 20120420.jkim2012-04-231-2/+3
|
* Merge ACPICA 20120320.jkim2012-03-201-1/+12
|
* Make parallel build more safer.jkim2012-03-071-8/+10
| | | | Reviewed by: tijl
* Merge ACPICA 20120215.jkim2012-02-161-11/+11
|
* Remove unused ACPICA sources from userland makefiles.jkim2012-01-131-7/+7
|
* Merge ACPICA 20120111.jkim2012-01-111-4/+4
|
* Merge ACPICA 20111123.jkim2011-11-281-9/+10
|
* Purge _USE_BERKELEY_YACC definition from Makefile. This ugly hack is nojkim2011-04-151-1/+0
| | | | long necessary for us since r220680.
* Merge ACPICA 20110413.jkim2011-04-151-11/+23
|
* Merge ACPICA 20110211.jkim2011-02-121-16/+18
|
* Merge ACPICA 20110112. Switch to BSD/GPLv2 dual license[1].jkim2011-01-131-2/+2
| | | | Discussed with: core [1]
* Merge ACPICA 20100915.jkim2010-09-161-1/+1
|
* Merge ACPICA 20100806.jkim2010-08-061-1/+2
|
* Merge ACPICA 20100702.jkim2010-07-061-1/+2
|
* Merge ACPICA 20100428.jkim2010-04-281-2/+4
|
* Merge ACPICA 20100304.jkim2010-03-051-3/+3
|
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-0/+2
|
* Merge ACPICA 20091013.jkim2009-10-191-1/+2
|
* Import ACPICA 20090521.jkim2009-06-051-4/+6
|
* Catch up with ACPI-CA 20070320 import.jkim2007-03-221-4/+4
|
* Catch up with ACPI-CA 20051021 importjkim2005-11-011-28/+50
|
* - Use the standard .y and .l transformation rules -- this fixesru2004-01-131-16/+11
| | | | | | | | | | | the usual parallel make race in custom .y rules. - Fixed some style bugs. - Removed -v from YFLAGS. Prodded by: bde Reviewed by: bde, njl
* Use my newly acquired magic stick and put aslcompiler.y.h intoru2004-01-111-3/+4
| | | | | | | | | SRCS to teach make(1) that many .c sources are dependent on it. This fixes parallel (-j) builds and makes it possible to build individual .o files separately. While here, removed PROG from CLEANFILES -- it's taken care of already by bsd.prog.mk.
* Remove the band-aid to make these compile on amd64/ia64.njl2003-08-111-6/+1
|
* Apparently I limited my testing of the ductape and bubblegum solutionmarcel2003-08-091-1/+6
| | | | | | | to acpidb. The same problem exists in iasl. Add JIT patching there too. Add a comment to both makefiles to increase the chance that both kludges are removed when a real solution is committed.
* Add the acpidb and iasl utilities. This is not yet hooked up to the build.njl2003-08-071-0/+52
Obtained from: acpicatools port by Iwasaki-san
OpenPOWER on IntegriCloud