mirror of
https://abf.rosa.ru/djam/kernel.git
synced 2025-02-24 00:32:51 +00:00
20 lines
542 B
Diff
20 lines
542 B
Diff
![]() |
From Thierry Vignaud <tvignaud@mandriva.com> (Mandriva)
|
||
|
|
||
|
We now lacks /usr/include/linux/pci_ids.h which break ldetect build...
|
||
|
Can you readd it please?
|
||
|
Thanks
|
||
|
---
|
||
|
include/linux/Kbuild | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
--- linux/include/uapi/linux/Kbuild.include-kbuild-export-pci_ids.orig
|
||
|
+++ linux/include/uapi/linux/Kbuild
|
||
|
@@ -277,6 +277,7 @@ header-y += param.h
|
||
|
header-y += parport.h
|
||
|
header-y += patchkey.h
|
||
|
header-y += pci.h
|
||
|
+header-y += pci_ids.h
|
||
|
header-y += pci_regs.h
|
||
|
header-y += perf_event.h
|
||
|
header-y += personality.h
|