1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-24 20:53:07 +02:00

Merge branch 'xburst' of git@projects.qi-hardware.com:openwrt-xburst into xburst

This commit is contained in:
Lars-Peter Clausen 2009-12-06 17:18:40 +01:00
commit 3184b1152b
3 changed files with 5 additions and 11 deletions

View File

@ -1,11 +0,0 @@
--- a/arch/mips/kernel/Makefile
+++ b/arch/mips/kernel/Makefile
@@ -4,6 +4,8 @@
CPPFLAGS_vmlinux.lds := $(KBUILD_CFLAGS)
+CPPFLAGS_vmlinux.lds := $(KBUILD_CFLAGS) $(EXTRA_LDSFLAGS)
+
extra-y := head.o init_task.o vmlinux.lds
obj-y += cpu-probe.o branch.o entry.o genex.o irq.o process.o \

View File

@ -153,6 +153,7 @@ CONFIG_IRQ_CPU=y
CONFIG_JBD=y
CONFIG_JZ4740_ADC=y
CONFIG_JZ4740_QI_LB60=y
# CONFIG_JZ4740_N526 is not set
CONFIG_JZRISC=y
CONFIG_JZSOC=y
CONFIG_KALLSYMS=y

View File

@ -0,0 +1,4 @@
ifeq ($(CONFIG_TARGET_xburst),y)
SOUNDCORE_FILES =
SOUNDCORE_LOAD =
endif