Commit 2f0a7c00 authored by baujc's avatar baujc

Remove port_controller.o in Makefile

Will be reintroduced later with HA profile.
parent 4ae3cd2e
......@@ -57,7 +57,7 @@ CFLAGS += -Iinclude -fno-common
CFLAGS += -DPPSI_VERSION=\"$(VERSION)\"
# to avoid ifdef as much as possible, I use the kernel trick for OBJ variables
OBJ-y := fsm.o diag.o timeout.o msgtype.o port_controller.o
OBJ-y := fsm.o diag.o timeout.o msgtype.o
# Include arch code. Each arch chooses its own time directory..
include arch-$(ARCH)/Makefile
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment