mirror of https://github.com/OpenIPC/firmware.git
9 lines
319 B
Diff
9 lines
319 B
Diff
diff -drupN a/drivers/char/sunxi-scr/Makefile b/drivers/char/sunxi-scr/Makefile
|
|
--- a/drivers/char/sunxi-scr/Makefile 1970-01-01 03:00:00.000000000 +0300
|
|
+++ b/drivers/char/sunxi-scr/Makefile 2022-06-12 05:28:14.000000000 +0300
|
|
@@ -0,0 +1,4 @@
|
|
+
|
|
+obj-$(CONFIG_SUNXI_SCR) += scr.o
|
|
+
|
|
+scr-objs := smartcard.o sunxi-scr.o
|