mirror of https://github.com/OpenIPC/firmware.git
10 lines
346 B
Diff
10 lines
346 B
Diff
diff -drupN a/arch/mips/xburst2/Makefile b/arch/mips/xburst2/Makefile
|
|
--- a/arch/mips/xburst2/Makefile 1970-01-01 03:00:00.000000000 +0300
|
|
+++ b/arch/mips/xburst2/Makefile 2022-06-09 05:02:27.000000000 +0300
|
|
@@ -0,0 +1,5 @@
|
|
+obj-y += core/
|
|
+obj-y += common/
|
|
+
|
|
+obj-$(CONFIG_SOC_T40) += soc-t40/
|
|
+obj-$(CONFIG_SOC_X2000_V12) += soc-x2000-v12/
|