1
0
mirror of https://github.com/sjlongland/adv950.git synced 2025-09-13 10:43:14 +10:00

adv950_core: Ditch copy of serial_core.

On closer inspection, this is more like the standard `serial_core`
module than first expected.  We should try to use the in-kernel version.
This commit is contained in:
Stuart Longland 2017-03-05 17:22:44 +10:00
parent 660f615369
commit 55ce014443
Signed by: stuartl
GPG Key ID: 4DFA191410BDE3B7
2 changed files with 1 additions and 2480 deletions

View File

@ -24,7 +24,7 @@ SERIAL_FLAGS:= $(SERIAL_FLAGS)
ifneq ($(KERNELRELEASE),)
EXTRA_CFLAGS = $(SERIAL_FLAGS)
obj-m := adv950.o
adv950-objs := adv950_base.o adv950_pci.o adv950_core.o
adv950-objs := adv950_base.o adv950_pci.o
else
KDIR := /lib/modules/$(shell uname -r)/build/
PWD := $(shell pwd)

File diff suppressed because it is too large Load Diff