- Timestamp:
- 2005-11-08T14:26:48Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c6861f4
- Parents:
- 6e259d5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r6e259d5 rba22dcb 47 47 # 48 48 49 DEFS = -DARCH=$(ARCH) -DRELEASE=\"$(RELEASE)\" -DNAME=\"$(NAME)\"49 DEFS = -DARCH=$(ARCH) -DRELEASE=\"$(RELEASE)\" "-DNAME=\"$(NAME)\"" 50 50 CFLAGS = -fno-builtin -fomit-frame-pointer -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 -nostdlib -nostdinc -Igeneric/include/ 51 51 LFLAGS = -M 52 AFLAGS = 52 AFLAGS = 53 54 ifdef TAG 55 DEFS += "-DTAG=\"$(TAG)\"" 56 endif 53 57 54 58 ## Setup kernel configuration
Note:
See TracChangeset
for help on using the changeset viewer.