Commit 90e8e4b0 authored by Federico Vaga's avatar Federico Vaga

kernel: move common header to include directory

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>


NOTE
This commit has been created by `git subtree` on the Mock Turtle repository
on tag mock-turtle-2.0

This commit will not compile
parent 4c705886
......@@ -14,7 +14,8 @@ LOBJ += libwrtd-logging.o
LOBJ += libwrtd-input.o
LOBJ += libwrtd-output.o
CFLAGS += -Wall -ggdb -O2 -I. -I../include -I$(WRNC)/lib -I$(WRNC)/kernel -I$(LIBFD) -I$(LIBTDC) -I$(LIBFD)/../kernel $(EXTRACFLAGS)
CFLAGS += -Wall -ggdb -O2 -I. -I../include -I$(WRNC)/include -I$(WRNC)/lib -I$(LIBFD) -I$(LIBTDC) -I$(LIBFD)/../kernel
CFLAGS += $(EXTRACFLAGS)
LDLIBS += -L. -lwrtd
......
OBJS := rt-fd.o
OBJS += ../common/loop-queue.o
OUTPUT = rt-fd
PATH_COMMON = ../../../common/
WRNC = ../../../../
EXTRA_CFLAGS += -I../../include
EXTRA_CFLAGS += -I../common
include $(PATH_COMMON)/rt/Makefile
include $(WRNC)/applications/common/rt/Makefile
OBJS := rt-tdc.o
OBJS += ../common/loop-queue.o
OUTPUT = rt-tdc
PATH_COMMON = ../../../common/
WRNC = ../../../../
EXTRA_CFLAGS += -I../../include
EXTRA_CFLAGS += -I../common
include $(PATH_COMMON)/rt/Makefile
include $(WRNC)/applications/common/rt/Makefile
......@@ -7,7 +7,8 @@ DESTDIR ?= /usr/local
WRNC ?= ../../../
CFLAGS += -Wall -ggdb -I. -I../include -I$(WRNC)/lib -I$(WRNC)/kernel -I../lib $(EXTRACFLAGS)
CFLAGS += -Wall -ggdb -I. -I../include -I$(WRNC)/include -I$(WRNC)/lib -I../lib
CFLAGS += $(EXTRACFLAGS)
LDLIBS += -L../lib -lwrtd -L$(WRNC)/lib -lwrnc
PROGS := wrtd-boot
......
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