summaryrefslogtreecommitdiffstats
path: root/target/linux/realtek/patches-2.6.30/9997-arch-rlx-bsp_rtl8196c-Makefile-config-path.patch
diff options
context:
space:
mode:
authorRoman Yeryomin <roman@advem.lv>2013-05-17 20:40:24 +0300
committerRoman Yeryomin <roman@advem.lv>2013-05-17 20:40:24 +0300
commite6d87036412b952cb083eff2dc716aee97a771f2 (patch)
tree273dd3daaa85553832d3cc6d48276229dc7fbe09 /target/linux/realtek/patches-2.6.30/9997-arch-rlx-bsp_rtl8196c-Makefile-config-path.patch
parenta18fec42221baa52fff4c5ffd45ec8f32e3add36 (diff)
Move to rsdk 3.2.4. Compiles cleanly.
Signed-off-by: Roman Yeryomin <roman@advem.lv>
Diffstat (limited to 'target/linux/realtek/patches-2.6.30/9997-arch-rlx-bsp_rtl8196c-Makefile-config-path.patch')
-rw-r--r--target/linux/realtek/patches-2.6.30/9997-arch-rlx-bsp_rtl8196c-Makefile-config-path.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/target/linux/realtek/patches-2.6.30/9997-arch-rlx-bsp_rtl8196c-Makefile-config-path.patch b/target/linux/realtek/patches-2.6.30/9997-arch-rlx-bsp_rtl8196c-Makefile-config-path.patch
new file mode 100644
index 000000000..909469733
--- /dev/null
+++ b/target/linux/realtek/patches-2.6.30/9997-arch-rlx-bsp_rtl8196c-Makefile-config-path.patch
@@ -0,0 +1,22 @@
+--- files/arch/rlx/bsp_rtl8196c/Makefile 2013-05-02 01:47:48.000000000 +0300
++++ files/arch/rlx/bsp_rtl8196c/Makefile.new 2013-05-11 17:20:45.000000000 +0300
+@@ -7,7 +7,7 @@
+ #
+ # RTL8196C
+ #
+-include $(DIR_LINUX)/.config
++include $(TOPDIR)/.config
+
+ core-y += arch/rlx/bsp/
+ cflags-y += -Iinclude/asm-rlx -Iarch/rlx/bsp/
+@@ -20,8 +20,8 @@
+ obj-$(CONFIG_PCI) += pci.o
+
+ EXTRA_AFLAGS := $(CFLAGS)
+-EXTRA_CFLAGS += -I$(DIR_LINUX)/drivers/net/rtl819x/AsicDriver
+-EXTRA_CFLAGS += -I$(DIR_LINUX)/drivers/net/rtl819x/common
++EXTRA_CFLAGS += -I$(TOPDIR)/drivers/net/rtl819x/AsicDriver
++EXTRA_CFLAGS += -I$(TOPDIR)/drivers/net/rtl819x/common
+ ifdef CONFIG_RTL_819X_SWCORE
+ EXTRA_CFLAGS += -DCONFIG_RTL_819X_SWCORE
+ endif