mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 01:02:49 +02:00
e30aa8bf8d
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25085 3c298f89-4303-0410-b956-a3cf2f4a3e73
28 lines
634 B
Diff
28 lines
634 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,11 +1,14 @@
|
|
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 += page.h
|
|
header-y += rtc.h
|
|
header-y += sync_serial.h
|
|
+header-y += user.h
|
|
|
|
unifdef-y += etraxgpio.h
|
|
unifdef-y += rs485.h
|