lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 14 May 2021 19:45:46 +0800
From:   Moriis Ku <saumah@...il.com>
To:     gregkh@...uxfoundation.org
Cc:     linux-kernel@...r.kernel.org, Morris Ku <saumah@...il.com>
Subject: [PATCH] 8250:Add SUNIX SDC series uart driver

From: Morris Ku <saumah@...il.com>

Add SUNIX SDC series uart driver

Signed-off-by: Morris Ku <saumah@...il.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git driver/tty/serila/8250/Makefile driver/tty/serila/8250/Makefile
index 4186e8c..45da230 100644
--- driver/tty/serila/8250/Makefile
+++ driver/tty/serila/8250/Makefile
@@ -39,4 +39,4 @@ obj-$(CONFIG_SERIAL_8250_PXA)		+= 8250_pxa.o
 obj-$(CONFIG_SERIAL_OF_PLATFORM)	+= 8250_of.o
 obj-$(CONFIG_SERIAL_8250_SDC)		+= 8250_sdc.o
 
-
+CFLAGS_8250_ingenic.o += -I$(srctree)/scripts/dtc/libfdt
-- 
2.20.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ