Changeset 510bc07 in mainline
- Timestamp:
- 2010-06-13T10:28:35Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 202dde5, 5f1fffb
- Parents:
- 1d6c497
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/Makefile
r1d6c497 r510bc07 122 122 endif 123 123 124 # 125 # Mind the mutual ordering with the inclusion of the arch Makefile.inc. 126 # AFLAGS and LFLAGS must be initialized before the inclusion. 127 # 128 AFLAGS = 129 LFLAGS = -N -T $(LINK) -M 130 131 # 132 # Mind the mutual ordering with the initialization of AFLAGS and LFLAGS. 133 # The arch Makefile.inc must be included after the initialization. 134 # 124 135 -include arch/$(KARCH)/Makefile.inc 125 136 -include genarch/Makefile.inc … … 172 183 endif 173 184 174 AFLAGS =175 LFLAGS = -N -T $(LINK) -M176 185 177 186 ## Generic kernel sources
Note:
See TracChangeset
for help on using the changeset viewer.