Changeset 39827 in vbox
- Timestamp:
- Jan 22, 2012 11:13:17 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r39818 r39827 2572 2572 kernelpath := $(VBOX_LINUX_SRC) 2573 2573 endif 2574 # 2575 # Since linux-3.3.0-rc1 arch/x86/include moved to arch/x86/include/generated 2574 2576 VBOX_LINUX_INCS += $(kernelpath)/include/asm-i386/mach-default \ 2575 2577 $(kernelpath)/include/asm-x86/mach-default \ 2576 2578 $(kernelpath)/arch/x86/include \ 2577 2579 $(kernelpath)/arch/x86/include/asm/mach-default \ 2580 $(kernelpath)/arch/x86/include/generated \ 2578 2581 $(kernelpath)/include 2579 2582 endif
Note:
See TracChangeset
for help on using the changeset viewer.