Skip to content
Snippets Groups Projects
Commit f7b7be53 authored by Alessandro Rubini's avatar Alessandro Rubini
Browse files

tools/speclib: fix missing include

parent 8763bad8
Branches
Tags
No related merge requests found
CFLAGS = -ggdb -Wall
CFLAGS = -ggdb -Wall -I../kernel
LDFLAGS = -L. -lspec
LIB = libspec.a
......
......@@ -16,6 +16,7 @@
#include <unistd.h>
#include "speclib.h"
#include "loader-ll.h"
#include "wb_uart.h"
#define BASE_BAR0 0
......
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