mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 23:35:01 +02:00
e60c0328f0
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22832 3c298f89-4303-0410-b956-a3cf2f4a3e73
27 lines
630 B
Diff
27 lines
630 B
Diff
--- a/arch/cris/include/arch-v10/arch/Kbuild
|
|
+++ b/arch/cris/include/arch-v10/arch/Kbuild
|
|
@@ -1,3 +1,5 @@
|
|
+header-y += elf.h
|
|
+header-y += ptrace.h
|
|
header-y += user.h
|
|
header-y += svinto.h
|
|
header-y += sv_addr_ag.h
|
|
--- a/arch/cris/include/asm/Kbuild
|
|
+++ b/arch/cris/include/asm/Kbuild
|
|
@@ -1,10 +1,13 @@
|
|
include include/asm-generic/Kbuild.asm
|
|
|
|
-header-y += arch-v10/
|
|
-header-y += arch-v32/
|
|
+header-y += ../arch-v10/arch/
|
|
+header-y += ../arch-v32/arch/
|
|
|
|
+header-y += elf.h
|
|
header-y += ethernet.h
|
|
header-y += etraxgpio.h
|
|
+header-y += page.h
|
|
header-y += rs485.h
|
|
header-y += rtc.h
|
|
header-y += sync_serial.h
|
|
+header-y += user.h
|