summaryrefslogtreecommitdiffstats
path: root/target/linux/realtek/patches-2.6.30/9997-arch-rlx-bsp_rtl8196c-Makefile-config-path.patch
diff options
context:
space:
mode:
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, 0 insertions, 22 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
deleted file mode 100644
index 909469733..000000000
--- a/target/linux/realtek/patches-2.6.30/9997-arch-rlx-bsp_rtl8196c-Makefile-config-path.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- 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