summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.powerpc
Commit message (Expand)AuthorAgeFilesLines
* The kernel is now known as `kernel.ko' and it and its matching modulesobrien2000-09-051-27/+34
* If a ${KERNEL}.hints file exists, and no hints are specified explicitly,peter2000-08-251-1/+1
* Add some anti-foot-shooting protection to the kernel install target.peter2000-08-251-0/+8
* * Create entire directory path for modules.obrien2000-08-031-1/+1
* Don't bitch when trying to create a ${DESTDIR}/modules which alreadysheldonh2000-08-031-1/+1
* -mkdir the ${DESTDIR}/modules directory upon modules-install in case itgreen2000-07-271-0/+1
* Make the generated set headers depend on Makefile as well (that is wherepeter2000-06-221-2/+2
* Add back "NO_MODULES" as using ``make -DMODULES_WITH_WORLD'' in theobrien2000-06-171-1/+1
* If "MODULES_WITH_WORLD" is defined, sys/modules will be built with theobrien2000-06-171-1/+1
* Fix ``make installkernel''brian2000-06-161-1/+1
* Only copy /modules to /modules.old if /modules exists and is populated.obrien2000-06-151-2/+4
* Borrow phk's axe and apply the next stage of config(8)'s evolution.peter2000-06-131-7/+7
* Use objcopy to strip the gcc2_compiled. symbol from kernels.peter2000-06-121-3/+5
* A checkpoint of a part of a work-in-progress. Some more cleanups forpeter2000-06-101-1/+1
* Use "nm | awk ..." instead of genassym(1) to generate symbol value headers.bde2000-06-021-3/+3
* MFA: Add {kernel,module}-{depend,clean,cleandepend,tags,install,reinstall}obrien2000-05-271-34/+56
* Create a separate target for the 'modules'. Without this the modulesn_hibma2000-05-091-0/+6
* Set MAKEOBJDIRPREFIX to modules/ in the current directory and build modulesobrien2000-05-041-6/+10
* Cause modules to build with the kernel build. Modules are removedchuckr2000-05-021-0/+18
* LOAD_ADDRESS is not used here. See conf/ldscript.* for the link basepeter2000-04-291-1/+0
* * Factor out the object system from new-bus so that it can be used bydfr2000-04-081-2/+2
* Make it possible to include a device interface description by a singledfr2000-04-051-3/+14
* Include param.o in the list of files that we scan for linker sets.peter2000-03-291-2/+2
* Bump configvers.h as a precaution. Although existing config files willpeter2000-01-231-1/+1
* Put on my asbestos suit and move $mach/conf/*.$mach to conf/*.$mach aspeter2000-01-091-2/+2
* Changed MACHINE -> MACHINE_ARCH to make the i386-kernel be able tokato2000-01-091-1/+1
* Bump configversion. The controller/device changes are upwards but notpeter2000-01-091-1/+1
* Further sync Alpha and i386 Makefiles. Remove KERNFORMAT = elf stuff aspeter2000-01-081-13/+0
* genassym is ELF-only, therefore the kernel is now ELF-only as well.peter2000-01-081-8/+0
* Compile genassym.c with ordinary ${CFLAGS}. The (small) needs forbde2000-01-081-14/+10
* Use genassym(1). The definitions of NKPDE and NKPT have been removedmarcel2000-01-071-5/+2
* Bring the Alpha and x86 Makefiles closer together.peter2000-01-071-10/+10
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-4/+2
* Zap kvm_kernel.db stuff now that libkvm gets it directly from the runningpeter1999-12-271-7/+0
* Fixed stripping of aout debugging kernels.bde1999-12-261-4/+4
* Be more consistant in using perl vs. perl5. We were using perl5 in thepeter1999-12-171-4/+4
* Use a seperate -c and -h mode. The vnode_if.c file is compiled only intopeter1999-12-121-4/+7
* Update the Alpha makefile to be more in line with the x86 version. Itpeter1999-11-221-21/+11
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPshin1999-11-221-1/+3
* Hack: comment out the pull-in of src/sys/../share/mk/bsd.kern.mk aspeter1999-11-181-4/+6
* Typon_hibma1999-11-161-1/+1
* Allow the source root `S' to be overridden by defining it only whenmarcel1999-10-301-0/+2
* Fixed "misspelling" of bcmp as memcmp. memcmp doesn't exist in thebde1999-10-031-0/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Delete the 'device-driver' suffix. It's been meaningless for a long time.peter1999-07-031-5/+1
* Working kernel tags!jkh1999-07-021-2/+5
* Use the same -UKERNEL strategy as the alpha to avoid the inlines etc.peter1999-06-281-2/+2
* Hmm, might as well make all of BEFORE_DEPEND first in case make dependphk1999-06-281-2/+2
* Also make pci_if.h early if make depend wasn't run.phk1999-06-281-2/+2
* Make bus_if.h and device_if.h as early as possible if make depend hasn'tphk1999-06-281-2/+2
OpenPOWER on IntegriCloud