summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2713e1c..64540fd 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ CFLAGS := -Wall -g -O2
LDFLAGS :=
prefix := /usr/local
-SRCS := accessor.c parser.c qmic.c
+SRCS := accessor.c kernel.c parser.c qmic.c
OBJS := $(SRCS:.c=.o)
$(OUT): $(OBJS)