Changeset ba22dcb in mainline for Makefile


Ignore:
Timestamp:
2005-11-08T14:26:48Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c6861f4
Parents:
6e259d5
Message:

include svn revision and build time in the kernel

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r6e259d5 rba22dcb  
    4747#
    4848
    49 DEFS = -DARCH=$(ARCH) -DRELEASE=\"$(RELEASE)\" -DNAME=\"$(NAME)\"
     49DEFS = -DARCH=$(ARCH) -DRELEASE=\"$(RELEASE)\" "-DNAME=\"$(NAME)\""
    5050CFLAGS = -fno-builtin -fomit-frame-pointer -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 -nostdlib -nostdinc -Igeneric/include/
    5151LFLAGS = -M
    52 AFLAGS =
     52AFLAGS =
     53
     54ifdef TAG
     55        DEFS += "-DTAG=\"$(TAG)\""
     56endif
    5357
    5458## Setup kernel configuration
Note: See TracChangeset for help on using the changeset viewer.