genode/repos/os/Tuprules.tup

22 lines
412 B
Plaintext
Raw Normal View History

REP_DIR = $(TUP_CWD)
ifeq (@(TUP_ARCH),i386)
2019-10-06 14:27:28 +02:00
CPPFLAGS += -I$(REP_DIR)/include/spec/x86_32
CPPFLAGS += -I$(REP_DIR)/include/spec/x86
endif
ifeq (@(TUP_ARCH),x86_64)
2019-10-06 14:27:28 +02:00
CPPFLAGS += -I$(REP_DIR)/include/spec/x86_64
CPPFLAGS += -I$(REP_DIR)/include/spec/x86
endif
ifeq (@(TUP_ARCH),arm)
2019-10-06 14:27:28 +02:00
CPPFLAGS += -I$(REP_DIR)/include/spec/arm
endif
2019-10-06 14:27:28 +02:00
CPPFLAGS += -I$(REP_DIR)/include
CXXFLAGS += -std=gnu++17
LIBS += genode-base