summaryrefslogtreecommitdiffstats
path: root/target/linux/realtek/files/arch/rlx/Makefile.bsp
blob: 1629eb5f963fe0e856be17d74ed8ff7a273ed398 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
CURRENT_BSP:=bsp
ifdef CONFIG_RTL_8196C
CURRENT_BSP:=rtl8196c
else
ifdef CONFIG_RTL_8196E
CURRENT_BSP:=rtl8196e
else
ifdef CONFIG_RTL_8196EU
CURRENT_BSP:=rtl8196eu
else
ifdef CONFIG_RTL_8198
CURRENT_BSP:=rtl8198
else
ifdef CONFIG_RTL_819XD
CURRENT_BSP:=rtl819xD
endif
endif
endif
endif
endif

bsp:

	rm -rf arch/rlx/bsp
	ln -s ./bsp_$(CURRENT_BSP) arch/rlx/bsp