Changeset 3709
- Timestamp:
- 03/10/08 15:58:52 (9 months ago)
- Files:
-
- trunk/freewrt/mk/kernel-build.mk (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/mk/kernel-build.mk
r3663 r3709 15 15 16 16 KERNEL_IDIR:=$(LINUX_BUILD_DIR)/kernel-ipkg 17 18 # applying kernel patches: 19 # 0. cwd is target/linux/${BOARD} 20 # 1. if ../generic-${KERNEL} (i.e. generic-2.4 or generic-2.6) exists, 21 # apply patches from there 22 # 2. if ../generic-${UNAME_R} (i.e. e.g. generic-2.6.23.12) exists, 23 # apply patches from there 24 # 3. if ./patches (vendor-specific stuff) exists, apply contained patches 25 # 4. if ./${DEVICE}/patches (device-specific stuff) exists, apply the patches 17 26 18 27 $(LINUX_BUILD_DIR)/.extract: ${_CHECKSUM_COOKIE} … … 88 97 $(TARGET_CROSS)objcopy -O binary -R .reginfo -R .note -R .comment -R .mdebug -S $< $@ $(MAKE_TRACE) 89 98 else 99 ifeq ($(BOARD),atheros) 100 $(TARGET_CROSS)objcopy -O binary -R .reginfo -R .note -R .comment -R .mdebug -S $< $@ $(MAKE_TRACE) 101 else 90 102 $(TARGET_CROSS)objcopy -R .reginfo -R .note -R .comment -R .mdebug -S $< $@ $(MAKE_TRACE) 103 endif 91 104 endif 92 105 endif


