Changeset ed0dd65 in mainline for src/Makefile


Ignore:
Timestamp:
2005-04-30T16:47:17Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
30ef8ce
Parents:
10a2e22
Message:

More ACPI work.
Initial MADT table parsing.

SMP renaming and reorganization to reflect there are more ways to bring SMP up.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile

    r10a2e22 red0dd65  
    3030ifdef DEBUG_SPINLOCK
    3131CFLAGS+=-D$(DEBUG_SPINLOCK)
     32endif
     33
     34ifdef USERSPACE
     35CFLAGS+=-D$(USERSPACE)
    3236endif
    3337
Note: See TracChangeset for help on using the changeset viewer.